Skip to content

Commit 5c02dba

Browse files
bump: version 0.0.1 → 0.1.0
1 parent fe1fa38 commit 5c02dba

File tree

3 files changed

+22
-2
lines changed

3 files changed

+22
-2
lines changed

.cz.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
---
22
commitizen:
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

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
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

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,11 @@ jobs:
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-->

0 commit comments

Comments
 (0)