Releases: dropseed/changerelease
Releases · dropseed/changerelease
v1.6.0
v1.5.0
- Use composite action instead of docker
- Add CLS client for basic analytics
- Update pandoc example
1.4.0
Simpler regular expression to accept more changelog styles and conversions from a different syntax (ex. reStructuredText).
1.3.0
- Added automatic pre-release detection
- Added a
--limit
option to only sync recent versions by default in a GitHub Action - Added a
--remote-changelog
option so you don't have to have the CHANGELOG file (or cloned repo) to use changerelease
1.2.0
- Allows changelog content for a version to be empty, while still creating a GitHub Release for the tag.
- Prints parsed version changelogs
- Fail if a git tag does not exist for a version
1.1.1
Added a --no-tag-prefix
option to fix an empty issue with --tag-prefix
.
1.1.0
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".
1.0.0
The first release! Includes the sync
command which will sync your CHANGELOG.md
to GitHub Release notes.