Go Changelog Generator
Version updated for https://github.com/somaz94/go-changelog-action to version v1.0.5.
- 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 by parsing git commit history formatted with the Conventional Commits standard. It organizes changes into categories such as features, bug fixes, and breaking changes, while also detecting pull request links, issue references, and contributors. This tool simplifies release documentation by automating changelog creation, supports a wide range of customization options, and integrates seamlessly with GitHub workflows.
Release notes
CI/CD
- use somaz94/contributors-action@v1 for contributors generation by @somaz94
Documentation
- update changelog by @actions-user
- add exclude_authors usage and default bot filtering to README by @somaz94
Features
- add exclude_authors option to filter bots from contributors by @somaz94
Full Changelog: https://github.com/somaz94/go-changelog-action/compare/v1.0.4...v1.0.5