Skip to content

Commit

Permalink
chore: add comitizen config
Browse files Browse the repository at this point in the history
  • Loading branch information
thomwiggers committed Oct 18, 2023
1 parent 6455ee6 commit 90564ef
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .cz.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
[tool.commitizen]
name = "cz_conventional_commits"
tag_format = "v$version"
version = "0.9.0"
version_scheme = "semver"
gpg_sign = true
annotated_tag = true
update_changelog_on_bump = true
major_version_zero = true
version_files = [
"README.md",
"oqs/Cargo.toml",
"oqs-sys/Cargo.toml",
]

0 comments on commit 90564ef

Please sign in to comment.