diff options
Diffstat (limited to 'cog.toml')
-rw-r--r-- | cog.toml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/cog.toml b/cog.toml index 7f53677..d7374be 100644 --- a/cog.toml +++ b/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 "cargo set-version {{version}}", # bump version in Cargo.toml |