From 392a8dd604e7f7cac385f51fe083a78c8a7f9904 Mon Sep 17 00:00:00 2001 From: Benedikt Peetz Date: Sun, 31 Mar 2024 16:29:47 +0200 Subject: feat(c): Update to be in line with the my SOTA --- c/cog.toml | 28 ---------------------------- 1 file changed, 28 deletions(-) delete mode 100644 c/cog.toml (limited to 'c/cog.toml') 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] -- cgit 1.4.1