File tree Expand file tree Collapse file tree 3 files changed +22
-2
lines changed
Expand file tree Collapse file tree 3 files changed +22
-2
lines changed Original file line number Diff line number Diff line change 11---
22commitizen :
3+ annotated_tag : true
34 major_version_zero : true
45 name : cz_conventional_commits
56 tag_format : v$version
67 update_changelog_on_bump : true
7- version : 0.0.1
8+ version : 0.1.0
89 version_scheme : semver2
9- annotated_tag : true
Original file line number Diff line number Diff line change 1+ ## v0.1.0 (2025-11-20)
2+
3+ ### Feat
4+
5+ - ** ci** : add bump action
6+ - ** ci** : introduce new setup-cz action
7+
8+ ### Fix
9+
10+ - ** bump** : remove wrong parameter
11+ - ** bump** : set correct action path in gh-actions-auto-docs
12+ - point to the correct location of this action
13+ - ** test** : add a new more complex case to matrix
Original file line number Diff line number Diff line change 2828` ` `
2929
3030<!--doc_begin-->
31+ ## Inputs
32+ |Input|Description|Default|Required|
33+ |-----|-----------|-------|:------:|
34+ |` version`|Version of commitizen to install|`latest`|no|
35+ |`extra_requirements`|Install extra dependencies|n/a|no|
36+ # # Outputs
37+ None
3138<!--doc_end-->
You can’t perform that action at this time.
0 commit comments