CHANGELOG.md from Conventional Commits
Version updated for https://github.com/kiyoon/changelog-action to version v2.0.2.
- 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, allowing users to track changes between tags or commits without requiring the tags to exist beforehand. It solves the challenge of integrating changelog creation into CI/CD pipelines by supporting mock tags, handling initial commits, and avoiding duplicates or disruptions to existing CHANGELOG.md files. Key features include linking pull request IDs and authors, highlighting breaking changes, and exporting the changelog for use in subsequent workflow steps.