Below you will find pages that utilize the taxonomy term “TwiggyBuffalo”
April 28, 2026
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.
April 27, 2026
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.