diff options
Diffstat (limited to 'templates/rust/cog.toml')
-rw-r--r-- | templates/rust/cog.toml | 2 |
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 |