about summary refs log tree commit diff stats
path: root/templates/rust/cog.toml
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--templates/rust/cog.toml2
1 files changed, 0 insertions, 2 deletions
diff --git a/templates/rust/cog.toml b/templates/rust/cog.toml
index 2646f07..4902ede 100644
--- a/templates/rust/cog.toml
+++ b/templates/rust/cog.toml
@@ -2,8 +2,6 @@ tag_prefix = "v"
 branch_whitelist = ["main", "prime"]
 ignore_merge_commits = false
 
-[commit_types]
-
 pre_bump_hooks = [
   "nix flake check",                     # verify the project builds
   "./scripts/renew_copyright_header.sh", # update the license header in each file