diff options
Diffstat (limited to 'c/cog.toml')
-rw-r--r-- | c/cog.toml | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/c/cog.toml b/c/cog.toml deleted file mode 100644 index d920064..0000000 --- a/c/cog.toml +++ /dev/null @@ -1,28 +0,0 @@ -from_latest_tag = false -tag_prefix = "v" -ignore_merge_commits = false -pre_package_bump_hooks = [] -post_package_bump_hooks = [] - -branch_whitelist = [ - "prime", -] - -pre_bump_hooks = [ - "nix build", # verify the project builds - "nix flake check", -] -post_bump_hooks = [ - "git push", - "git push origin v{{version}}", # push the new tag to origin -] - -[commit_types] - -[changelog] -path = "NEWS.md" -authors = [] - -[bump_profiles] - -[packages] |