File tree Expand file tree Collapse file tree 2 files changed +9
-2
lines changed
Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99
1010Nothing right now.
1111
12+ ## [ 1.5.0] - 2021-11-24
13+
14+ - Use composite action instead of docker
15+ - Add CLS client for basic analytics
16+ - Update pandoc example
17+
1218## [ 1.4.0] - 2021-06-29
1319
1420Simpler regular expression to accept more changelog styles and conversions from a different syntax (ex. reStructuredText).
@@ -37,7 +43,8 @@ Adds a `tag_prefix` option so that tags don't have to start with a "v". You can
3743
3844The first release! Includes the ` sync ` command which will sync your ` CHANGELOG.md ` to GitHub Release notes.
3945
40- [ Unreleased ] : https://github.com/dropseed/changerelease/compare/v1.4.0...HEAD
46+ [ Unreleased ] : https://github.com/dropseed/changerelease/compare/v1.5.0...HEAD
47+ [ 1.5.0 ] : https://github.com/dropseed/changerelease/compare/v1.4.0...v1.5.0
4148[ 1.4.0 ] : https://github.com/dropseed/changerelease/compare/v1.3.0...v1.4.0
4249[ 1.3.0 ] : https://github.com/dropseed/changerelease/compare/v1.2.0...v1.3.0
4350[ 1.2.0 ] : https://github.com/dropseed/changerelease/compare/v1.1.1...v1.2.0
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " changerelease"
3- version = " 1.4.1 "
3+ version = " 1.5.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