From 0a491a7a319b3fc63e6707504adc563db1e292b0 Mon Sep 17 00:00:00 2001 From: Benedikt Peetz Date: Sun, 31 Mar 2024 22:05:46 +0200 Subject: build(cog.toml): Remove unneeded heading (that broke parsing) --- cog.toml | 2 -- 1 file changed, 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 -- cgit 1.4.1