File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -7,11 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## [ Unreleased]
9
9
10
- Nothing yet.
10
+ Nothing right now.
11
+
12
+ ## [ 1.1.0] - 2020-09-06
13
+
14
+ Adds a ` tag_prefix ` option so that tags don't have to start with a "v". You can now use this with tags like "1.0.0" in addition to "v1.0.0".
11
15
12
16
## [ 1.0.0] - 2020-09-05
13
17
14
18
The first release! Includes the ` sync ` command which will sync your ` CHANGELOG.md ` to GitHub Release notes.
15
19
16
20
[ Unreleased ] : https://github.com/dropseed/changerelease/compare/v1.0.0...HEAD
21
+ [ 1.1.0 ] : https://github.com/dropseed/changerelease/compare/v1.0.0...v1.1.0
17
22
[ 1.0.0 ] : https://github.com/dropseed/changerelease/releases/tag/v1.0.0
Original file line number Diff line number Diff line change 1
1
[tool .poetry ]
2
2
name = " changerelease"
3
- version = " 1.0 .0"
3
+ version = " 1.1 .0"
4
4
description = " Sync GitHub Releases with CHANGELOG.md"
5
5
authors = [" Dave Gaeddert <dave.gaeddert@dropseed.io>" ]
6
6
license = " MIT"
You can’t perform that action at this time.
0 commit comments