diff options
Diffstat (limited to 'templates/awk/cog.toml')
-rw-r--r-- | templates/awk/cog.toml | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/templates/awk/cog.toml b/templates/awk/cog.toml index 677e20a..1157b91 100644 --- a/templates/awk/cog.toml +++ b/templates/awk/cog.toml @@ -2,13 +2,11 @@ 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 "nix fmt", # format - "flake_version_update --version v{{version}} --input-file flake.nix", + "flake_version_update --version v{{version}} --input-file flake.nix", # update the version in the flake.nix file ] post_bump_hooks = [ "git push", |