Generate Changelog and Relabel
Version updated for https://github.com/TwiggyBuffalo/changelog-action to version v1.1.0.
- This action is used across all versions by ? repositories.
Action Type
This is a Node action using Node version 24.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
This GitHub Action automates the generation of a changelog in Markdown format based on Conventional Commits between specified tags or the latest and previous tags. It solves the problem of manually creating and maintaining changelogs by extracting commit messages, formatting them, and optionally updating or creating a CHANGELOG.md file without duplicating entries. Key features include support for linking pull request information, highlighting breaking changes, and exporting the changelog for use in subsequent steps like release creation.
What’s Changed
:sparkles: New Features
77a61ba- added additional prop (commit by @TwiggyBuffalo)