Skip to content

Releases: loopwerk/tag-changelog

Release v0.14.0

22 Feb 08:26
e839b98
Compare
Choose a tag to compare

New Features

  • Merge the default config with the user config so that the user config only has to override values it wants, and use the defaults for the others
  • The custom config file is now JS instead of JSON, allowing the override of the changelog text templates (#2 by kevinrenskers)

Release v0.13.0

21 Feb 15:10
Compare
Choose a tag to compare

New Features

  • Types and their labels can now be configured using a JSON config file

Release v0.12.0

21 Feb 13:59
Compare
Choose a tag to compare

New Features

  • Showing Pull Request author in the changelog

Bugfixes

  • Correctly deal with tags like "latest"

Release v0.11.0

21 Feb 00:26
Compare
Choose a tag to compare

Bugfixes

  • Fixed the tag name in the changelog header

Release v0.10.0

21 Feb 00:23
Compare
Choose a tag to compare

New Features

  • Consistent ordering of the changelog (first new features, then bug fixes, etc)

Tests

  • Added unit tests for all the helper functions

Release v0.0.9

19 Feb 22:01
Compare
Choose a tag to compare

New Features

  • Append a blank line after the changelog output, so it can be prepending before existing content