11 lines
310 B
TOML
11 lines
310 B
TOML
# SPDX-FileCopyrightText: Matteo Settenvini <matteo.settenvini@montecristosoftware.eu>
|
|
# SPDX-License-Identifier: CC0-1.0
|
|
|
|
[tool.commitizen]
|
|
annotated_tag = true
|
|
tag_format = "$minor.$major.$patch"
|
|
version_scheme = "semver2"
|
|
version_provider = "cargo"
|
|
version_files = "Cargo.toml:version"
|
|
use_shortcuts = true
|