mobmash.click/.cz.toml

12 lines
265 B
TOML
Raw Permalink Normal View History

2024-07-29 20:39:35 +00:00
[tool.commitizen]
name = "cz_conventional_commits"
tag_format = "$version"
version_scheme = "semver"
2024-09-26 15:37:37 +00:00
version = "1.1.0"
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
2024-08-09 19:06:30 +00:00
major_version_zero = false