Go Changelog Generator
Version updated for https://github.com/somaz94/go-changelog-action to version v1.0.6.
- This action is used across all versions by 9 repositories.
Action Type
This is a Docker action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
The Go Changelog Action is a GitHub Action that automates the generation of changelogs from git commit history formatted using the Conventional Commits standard. It organizes changes by type, highlights breaking changes, links pull requests and issues, and supports advanced customization such as tag filtering, type-to-section mapping, and handling of unreleased changes. This action streamlines changelog creation, reducing manual effort and ensuring consistent documentation for project updates.
Release notes
CI/CD
- migrate gitlab-mirror workflow to multi-git-mirror action by @somaz94
Documentation
- update changelog by @actions-user
- update CONTRIBUTORS.md by @actions-user
- add CLAUDE.md project guide by @somaz94
- add no-push rule to CLAUDE.md by @somaz94
Features
- skip changelog and contributors auto-commits by default by @somaz94
Testing
- add exclude_authors smoke test and CI docker env by @somaz94
Full Changelog: https://github.com/somaz94/go-changelog-action/compare/v1.0.5...v1.0.6