Skip to content

Releases: dropseed/changerelease

v1.6.0

26 Sep 15:26
3b121c9
Compare
Choose a tag to compare

v1.5.0

24 Nov 20:46
f87294d
Compare
Choose a tag to compare
  • Use composite action instead of docker
  • Add CLS client for basic analytics
  • Update pandoc example

1.4.0

29 Jun 16:25
Compare
Choose a tag to compare

Simpler regular expression to accept more changelog styles and conversions from a different syntax (ex. reStructuredText).

1.3.0

07 Sep 14:48
Compare
Choose a tag to compare
  • 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

06 Sep 18:28
Compare
Choose a tag to compare
  • 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

06 Sep 16:42
Compare
Choose a tag to compare

Added a --no-tag-prefix option to fix an empty issue with --tag-prefix.

1.1.0

06 Sep 15:46
Compare
Choose a tag to compare

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

06 Sep 03:44
Compare
Choose a tag to compare

The first release! Includes the sync command which will sync your CHANGELOG.md to GitHub Release notes.