Go Changelog Generator
Version updated for https://github.com/somaz94/go-changelog-action to version v1.0.3.
- This action is used across all versions by 8 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 designed to automate the generation of changelogs from git commit history, specifically formatted using the Conventional Commits standard. It organizes changes into categories (e.g., Features, Bug Fixes), highlights breaking changes, and integrates with repository metadata to provide links to pull requests, issues, and version comparisons. This action streamlines the changelog creation process, saving time and ensuring consistency in documenting project updates.
Release notes
CI/CD
- use major-tag-action for version tag updates by @somaz94
Documentation
- update changelog by @actions-user
- update CONTRIBUTORS.md by @actions-user
Refactoring
- improve code quality and consistency by @somaz94
Full Changelog: https://github.com/somaz94/go-changelog-action/compare/v1.0.2...v1.0.3