Generate Changelog and Relabel
Version updated for https://github.com/TwiggyBuffalo/changelog-action to version v1.0.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 changelogs based on Conventional Commits, comparing changes between tags to produce a detailed and well-structured log in Markdown format. It solves the problem of manually creating and maintaining changelogs by extracting commit information, linking pull requests and authors, highlighting breaking changes, and optionally updating or creating a CHANGELOG.md file. Key capabilities include tagging commits with SHA IDs, excluding specific types of changes, and exporting changelog data for use in release workflows.
What’s Changed
changelog-from-conventional-commits
Added an extra param to changelog-from-conventional-commits in order to list changes under a tag which has not been created yet.