Versionary Action
Version updated for https://github.com/jolars/versionary to version v0.29.0.
- This action is used across all versions by 1 repositories.
Action Type
This is a Node action using Node version 24.
Go to the GitHub Marketplace to find the latest changes.
What’s Changed
This release features a redesign of the manual changelog entries, deprecating
the use of NEXT_RELEASE.md in favor of directly writing these changelogs into
the CHANGELOG.md file (or whatever file name is configured). This makes
versionary compatible with keep-a-changelog style changelogs, and allows users
to highlight important changes in the changelog itself.
Features
- redesign manual changelog entries (
5c32e52)