Go Changelog Generator
Version updated for https://github.com/somaz94/go-changelog-action to version v1.1.0.
- 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
The Go Changelog Action automates the process of generating change logs from git history using Conventional Commits format. It groups changes by type, highlights breaking changes, supports PR links and issue references, generates compare links, includes contributors section per release, and allows custom configuration options such as tag patterns, date formats, and excluded types.
What’s Changed
CI/CD
- add a golangci-lint config scoped to defect-finding linters by @somaz94
Performance
- ship a prebuilt multi-arch image instead of building per run by @somaz94
Full Changelog: https://github.com/somaz94/go-changelog-action/compare/v1.0.10...v1.1.0