Go Changelog Generator
Version updated for https://github.com/somaz94/go-changelog-action to version v1.0.10.
- This action is used across all versions by 10 repositories.
Action Type
This is a Docker action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
This GitHub Action generates a changelog from Conventional Commits in a Go project. It automates the process of creating detailed, structured change logs that include features, bug fixes, optimizations, and breaking changes. The action supports filtering by version tags, customizing section names, and includes options for dry runs and excluding certain authors or types of commits.
What’s Changed
Refactoring
- hoist buildEntry invariant args into entryBuilder context struct by @somaz94
Full Changelog: https://github.com/somaz94/go-changelog-action/compare/v1.0.9...v1.0.10