about summary refs log tree commit diff stats
path: root/markdown/cog.toml
diff options
context:
space:
mode:
authorSoispha <soispha@vhack.eu>2023-06-18 16:21:09 +0200
committerSoispha <soispha@vhack.eu>2023-06-18 16:21:09 +0200
commit0d16fc8e5bfd0ea5988603f57ba90fb510fbcfd0 (patch)
treebbeaae3f80e5713ba380fb26ab0c00d0b6b16c7a /markdown/cog.toml
parentchore(version): v0.1.1 (diff)
downloadflake-templates-0d16fc8e5bfd0ea5988603f57ba90fb510fbcfd0.tar.gz
flake-templates-0d16fc8e5bfd0ea5988603f57ba90fb510fbcfd0.zip
Feat(markdown): Init
Diffstat (limited to 'markdown/cog.toml')
-rw-r--r--markdown/cog.toml28
1 files changed, 28 insertions, 0 deletions
diff --git a/markdown/cog.toml b/markdown/cog.toml
new file mode 100644
index 0000000..316fb11
--- /dev/null
+++ b/markdown/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
+    "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]