File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed
Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99
1010Nothing right now.
1111
12+ ## [ 1.1.1] - 2020-09-06
13+
14+ Added a ` --no-tag-prefix ` option to fix an empty issue with ` --tag-prefix ` .
15+
1216## [ 1.1.0] - 2020-09-06
1317
1418Adds 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".
@@ -17,6 +21,7 @@ Adds a `tag_prefix` option so that tags don't have to start with a "v". You can
1721
1822The first release! Includes the ` sync ` command which will sync your ` CHANGELOG.md ` to GitHub Release notes.
1923
20- [ Unreleased ] : https://github.com/dropseed/changerelease/compare/v1.0.0...HEAD
24+ [ Unreleased ] : https://github.com/dropseed/changerelease/compare/v1.1.1...HEAD
25+ [ 1.1.0 ] : https://github.com/dropseed/changerelease/compare/v1.1.0...v1.1.1
2126[ 1.1.0 ] : https://github.com/dropseed/changerelease/compare/v1.0.0...v1.1.0
2227[ 1.0.0 ] : https://github.com/dropseed/changerelease/releases/tag/v1.0.0
You can’t perform that action at this time.
0 commit comments