Compare commits
2 Commits
| Author | SHA1 | Date |
|---|---|---|
|
|
22a59ee1d2 | 4 hours ago |
|
|
8419bd20ca | 4 hours ago |
@ -0,0 +1,12 @@
|
||||
[tool.commitizen]
|
||||
name = "cz_conventional_commits"
|
||||
version = "0.1.0"
|
||||
tag_format = "v$version"
|
||||
version_files = [
|
||||
"pyproject.toml:version"
|
||||
]
|
||||
update_changelog_on_bump = true
|
||||
major_version_zero = true
|
||||
|
||||
[tool.commitizen.bump_policy]
|
||||
# Pas de hotfix : on bump uniquement depuis release
|
||||
Loading…
Reference in New Issue