Skip to content

Commit b96f3eb

Browse files
committed
build: 🔧 add commitizen version auto-update config file
1 parent f3b9667 commit b96f3eb

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

.cz.toml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
[tool.commitizen]
2+
bump_message = "build(version): update version from $current_version to $new_version [skip ci]"
3+
# Don't implement yet.
4+
update_changelog_on_bump = false
5+
version_provider = "poetry"
6+
version_files = [
7+
"pyproject.toml"
8+
]

.github/sync.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ group:
1515
dest: justfile
1616
- source: poetry.toml
1717
dest: poetry.toml
18+
- source: .cz.toml
19+
dest: .cz.toml
1820
- source: ruff.toml
1921
dest: ruff.toml
2022
- source: LICENSE.md

0 commit comments

Comments
 (0)