Skip to content

Releases: loopwerk/tag-changelog

Release v1.3.0

28 Jan 10:42
941366e
Compare
Choose a tag to compare

New Features

  • Update the action to use Node 20

Release v1.2.0

23 Nov 12:26
1d8110e
Compare
Choose a tag to compare

New Features

  • Add a config option includeCommitBody to render the body text of the commit (#15 by kevinrenskers)

Tests

  • Strengthen parseCommitMessage test

Release v1.1.1

24 Apr 19:31
96adce5
Compare
Choose a tag to compare

New Features

Release v1.1.0

30 Mar 19:57
1b03d1a
Compare
Choose a tag to compare

New Features

Release v1.0.5

23 Oct 10:34
0aa7338
Compare
Choose a tag to compare

Bugfixes

  • Update to use Node16
  • update @actions/github and deal with their breaking changes
  • update compare-versions and deal with breaking change
  • fix usage of compare-versions

Release v1.0.4

17 Aug 20:54
Compare
Choose a tag to compare

Bugfixes

  • a #123 style tag that wasn't a valid PR was causing a fatal error

Release v1.0.3

13 Aug 16:16
Compare
Choose a tag to compare

Bugfixes

  • actual release with the built dist folder

Release v1.0.2

13 Aug 16:08
a0df12c
Compare
Choose a tag to compare

Bugfixes

  • delegate tag validation to compare-versions so accept the full semver spec for tags (#3 by santiagofm)

Release v1.0.1

27 Feb 00:31
Compare
Choose a tag to compare

Bugfixes

  • deal with commits that are missing a type and are created without notes - fixes Cannot read property 'length' of undefined error

Release v1.0.0

22 Feb 12:48
Compare
Choose a tag to compare

New Features

  • commit types to exclude can now also be configured via the config file
  • display breaking changes in the generated changelog
  • display type scopes

BREAKING CHANGES

  • due to bcb876: commit types to exclude can now also be configured via the config file

The exclude input parameter has been renamed to exclude_types