about summary refs log tree commit diff stats
path: root/awk/cog.toml
diff options
context:
space:
mode:
authorBenedikt Peetz <benedikt.peetz@b-peetz.de>2024-03-31 17:04:59 +0200
committerBenedikt Peetz <benedikt.peetz@b-peetz.de>2024-03-31 23:59:54 +0200
commit3094a6bef6aa83fd0321caec58ce402ae7609899 (patch)
tree34e23af608a5877cd3275a842c392c68017483d2 /awk/cog.toml
parentfeat(c): Update to be in line with the my SOTA (diff)
downloadflake-templates-3094a6bef6aa83fd0321caec58ce402ae7609899.tar.gz
flake-templates-3094a6bef6aa83fd0321caec58ce402ae7609899.zip
feat(awk): Update to my current SOTA
Diffstat (limited to 'awk/cog.toml')
-rw-r--r--awk/cog.toml28
1 files changed, 0 insertions, 28 deletions
diff --git a/awk/cog.toml b/awk/cog.toml
deleted file mode 100644
index 316fb11..0000000
--- a/awk/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
-    "flake_version_update --version v{{version}} --input-file flake.nix",
-]
-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]