mobmash.click/.cz.toml

12 lines
264 B
TOML
Raw Normal View History

2024-07-29 20:39:35 +00:00
[tool.commitizen]
name = "cz_conventional_commits"
tag_format = "$version"
version_scheme = "semver"
version = "0.0.1"
2024-08-01 19:58:41 +00:00
version_files = [
"version.php:VERSION",
"resources/js/package.json:version"
]
2024-07-29 20:39:35 +00:00
update_changelog_on_bump = true
major_version_zero = true