From 9f3769608d086f022bce20072e9116a22a934fd4 Mon Sep 17 00:00:00 2001 From: Thom Wiggers Date: Thu, 19 Oct 2023 13:45:13 +0200 Subject: [PATCH] chore(commitizen): remove .cz.toml (#247) It's pretty much incompatible with independently versioning the two crates. --- .cz.toml | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 .cz.toml diff --git a/.cz.toml b/.cz.toml deleted file mode 100644 index fee5efc53a..0000000000 --- a/.cz.toml +++ /dev/null @@ -1,14 +0,0 @@ -[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", -]