mirror of
https://github.com/sigmasternchen/mobmash.click
synced 2025-03-15 16:19:02 +00:00
11 lines
264 B
TOML
11 lines
264 B
TOML
[tool.commitizen]
|
|
name = "cz_conventional_commits"
|
|
tag_format = "$version"
|
|
version_scheme = "semver"
|
|
version = "0.3.0"
|
|
version_files = [
|
|
"version.php:VERSION",
|
|
"resources/js/package.json:version"
|
|
]
|
|
update_changelog_on_bump = true
|
|
major_version_zero = true
|