Changelog¶
The changelog is automatically generated from conventional commits using semantic-release.
Viewing the Changelog¶
The full changelog is maintained in the repository root:
GitHub Releases¶
Each release includes enhanced release notes with:
- Tool version details
- Docker pull commands
- Links to the Docker Hub image
View all releases on the GitHub Releases page.
How Releases Work¶
- Commits following conventional commit format are merged to
main - Semantic-release analyzes commit messages to determine the version bump
- A new git tag and GitHub release are created automatically
- The build workflow builds and pushes multi-arch Docker images
- Release notes are enhanced with tool versions and Docker pull commands