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
77
88## [ Unreleased]
99
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".
1115
1216## [ 1.0.0] - 2020-09-05
1317
1418The first release! Includes the ` sync ` command which will sync your ` CHANGELOG.md ` to GitHub Release notes.
1519
1620[ 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
1722[ 1.0.0 ] : https://github.com/dropseed/changerelease/releases/tag/v1.0.0
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " changerelease"
3- version = " 1.0 .0"
3+ version = " 1.1 .0"
44description = " Sync GitHub Releases with CHANGELOG.md"
55authors = [" Dave Gaeddert <dave.gaeddert@dropseed.io>" ]
66license = " MIT"
You can’t perform that action at this time.
0 commit comments