File tree Expand file tree Collapse file tree 3 files changed +16
-1
lines changed
Expand file tree Collapse file tree 3 files changed +16
-1
lines changed Original file line number Diff line number Diff line change @@ -5,5 +5,5 @@ commitizen:
55 name : cz_conventional_commits
66 tag_format : v$version
77 update_changelog_on_bump : true
8- version : 0.1 .0
8+ version : 0.2 .0
99 version_scheme : semver2
Original file line number Diff line number Diff line change 1+ ## v0.2.0 (2025-11-21)
2+
3+ ### Feat
4+
5+ - ** action** : enable cache
6+ - ** examples** : add new build-changelog
7+ - ** examples** : add new collect-version-info
8+
9+ ### Fix
10+
11+ - ** tests** : add a new test for a command
12+ - ** example** : remove wrong parameter
13+ - exclude nix from language profile
14+
115## v0.1.0 (2025-11-20)
216
317### Feat
Original file line number Diff line number Diff line change 3333|-----|-----------|-------|:------:|
3434|` version`|Version of commitizen to install|`latest`|no|
3535|`extra_requirements`|Install extra dependencies|n/a|no|
36+ |`cache`|Cache commitizen installation, set to "true" to enable|`false`|no|
3637# # Outputs
3738None
3839<!--doc_end-->
You can’t perform that action at this time.
0 commit comments