diff options
Diffstat (limited to '')
-rw-r--r-- | templates/unmaintained/python/cog.toml (renamed from python/cog.toml) | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/python/cog.toml b/templates/unmaintained/python/cog.toml index 2046e84..4f78064 100644 --- a/python/cog.toml +++ b/templates/unmaintained/python/cog.toml @@ -4,16 +4,14 @@ ignore_merge_commits = false pre_package_bump_hooks = [] post_package_bump_hooks = [] -branch_whitelist = [ - "prime", -] +branch_whitelist = ["prime"] pre_bump_hooks = [ - "nix build", # verify the project builds + "nix build", # verify the project builds ] post_bump_hooks = [ - "git push", - "git push origin v{{version}}", # push the new tag to origin + "git push", + "git push origin v{{version}}", # push the new tag to origin ] [commit_types] |