bump: version 0.5.22 → 0.5.23

This commit is contained in:
github-actions[bot] 2024-12-11 22:34:18 +00:00
parent 45b474c9a6
commit bb2972b527
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.22"
version = "0.5.23"
update_changelog_on_bump = true
major_version_zero = true
changelog_file = "./docs/docs/changelog/index.md"

View File

@ -1,3 +1,10 @@
## v0.5.23 (2024-12-11)
### Refactor
- rename scheduled release workflow to versioned release
- remove changelog from release artifacts
## v0.5.22 (2024-12-11)
### Feat