Releases: loopwerk/tag-changelog
Releases · loopwerk/tag-changelog
Release v1.3.0
New Features
- Update the action to use Node 20
Release v1.2.0
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
Release v1.1.0
New Features
- Allow to create changelog on first tag (#10 by ipereziriarte)
Release v1.0.5
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
Bugfixes
- a #123 style tag that wasn't a valid PR was causing a fatal error
Release v1.0.3
Bugfixes
- actual release with the built dist folder
Release v1.0.2
Bugfixes
- delegate tag validation to
compare-versions
so accept the full semver spec for tags (#3 by santiagofm)
Release v1.0.1
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
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