bump: version 0.5.24 → 0.5.25

This commit is contained in:
github-actions[bot] 2024-12-11 22:46:17 +00:00
parent ec57c76a2a
commit 63dc68caac
2 changed files with 8 additions and 1 deletions

View File

@ -2,7 +2,7 @@
name = "cz_conventional_commits"
tag_format = "v$version"
version_scheme = "semver"
version = "0.5.24"
version = "0.5.25"
update_changelog_on_bump = true
major_version_zero = true
changelog_file = "./docs/docs/changelog/index.md"

View File

@ -1,3 +1,10 @@
## v0.5.25 (2024-12-11)
### Feat
- enable GoReleaser releases on tags and snapshots
- automate release on tag and workflow dispatch
## v0.5.24 (2024-12-11)
### Feat