Releases: loopwerk/tag-changelog
Releases · loopwerk/tag-changelog
Release v1.5.0
New Features
- Refactored the source to TypeScript
- We support both ESM and CJS user config files now
- Switched from npm to pnpm
- Switched from ncc to esbuild
- Updated all dependencies
Bugfixes
- Fixed a bug with include_commit_body which always overrode the user config file's value
- Improved the indenting of commit body text: now all lines are indented, not just the first one
- Replaced deprecated substr with substring
Release v1.4.0
New Features
- Added a new include_commit_body input for the action
Bugfixes
- Fixed the way a commit body is rendered. It's now properly indented.
- Non-conventional commit messages were only parsed as a subject, never the body
Documentation Changes
- Change the example workflow to use softprops/action-gh-release instead of the deprecated actions/create-release (#18 by kevinrenskers)
Release v1.3.0
New Features
- Update the action to use Node 20
Release v1.2.0
New Features
- Add a config option
includeCommitBodyto 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-versionsso accept the full semver spec for tags (#3 by santiagofm)