We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee6dbf4 commit 587a820Copy full SHA for 587a820
3 files changed
.cz.yaml
@@ -5,5 +5,5 @@ commitizen:
5
name: cz_conventional_commits
6
tag_format: v$version
7
update_changelog_on_bump: true
8
- version: 0.2.0
+ version: 0.2.1
9
version_scheme: semver2
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+## v0.2.1 (2025-11-21)
2
+
3
+### Fix
4
+- change cache description
## v0.2.0 (2025-11-21)
### Feat
README.md
@@ -33,7 +33,7 @@ jobs:
33
|-----|-----------|-------|:------:|
34
|`version`|Version of commitizen to install|`latest`|no|
35
|`extra_requirements`|Install extra dependencies|n/a|no|
36
-|`cache`|Cache commitizen installation, set to "true" to enable|`false`|no|
+|`cache`|Cache python setup, set to "true" to enable|`false`|no|
37
## Outputs
38
None
39
<!--doc_end-->
0 commit comments