We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 20766c3 commit 3825759Copy full SHA for 3825759
CHANGELOG.md
@@ -1,3 +1,13 @@
1
+## v0.5.0 (2025-06-10)
2
+
3
+### Feat
4
5
+- add pre-commit yamlfmt and hooks
6
7
+### Fix
8
9
+- add pre-commit tool to readme
10
11
## v0.4.0 (2023-08-23)
12
13
### Feat
cz.yaml
@@ -1,6 +1,7 @@
+---
commitizen:
annotated_tag: true
name: cz_conventional_commits
tag_format: v$version
update_changelog_on_bump: true
- version: 0.4.0
+ version: 0.5.0
0 commit comments