about summary refs log tree commit diff stats
path: root/c/cog.toml
diff options
context:
space:
mode:
authorSoispha <soispha@vhack.eu>2023-08-21 01:24:12 +0200
committerSoispha <soispha@vhack.eu>2023-08-21 01:24:12 +0200
commit29db1ce52445a809ae9e4f7db2a19ccfa9904e31 (patch)
treecc5b8144b28ba7a2382892c45c235f9a0638b2b5 /c/cog.toml
parentFix(latex): Remove state full chapter files (diff)
downloadflake-templates-29db1ce52445a809ae9e4f7db2a19ccfa9904e31.tar.gz
flake-templates-29db1ce52445a809ae9e4f7db2a19ccfa9904e31.zip
Feat(c): Init
Diffstat (limited to 'c/cog.toml')
-rw-r--r--c/cog.toml28
1 files changed, 28 insertions, 0 deletions
diff --git a/c/cog.toml b/c/cog.toml
new file mode 100644
index 0000000..d920064
--- /dev/null
+++ b/c/cog.toml
@@ -0,0 +1,28 @@
+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]