about summary refs log tree commit diff stats
path: root/build/latex/cog.toml
diff options
context:
space:
mode:
authorBenedikt Peetz <benedikt.peetz@b-peetz.de>2024-08-03 18:08:22 +0200
committerBenedikt Peetz <benedikt.peetz@b-peetz.de>2024-08-03 18:08:22 +0200
commitd4c8bfd6f9fc4617b8abf7296cf65bcf5f7cc395 (patch)
tree8ae948332bcd44edc7c48e2d0698326dde6a66f2 /build/latex/cog.toml
parentchore(templates): Use new common files (diff)
downloadflake-templates-d4c8bfd6f9fc4617b8abf7296cf65bcf5f7cc395.tar.gz
flake-templates-d4c8bfd6f9fc4617b8abf7296cf65bcf5f7cc395.zip
chore(build): Regenerate
Diffstat (limited to 'build/latex/cog.toml')
-rw-r--r--build/latex/cog.toml24
1 files changed, 0 insertions, 24 deletions
diff --git a/build/latex/cog.toml b/build/latex/cog.toml
deleted file mode 100644
index ccca764..0000000
--- a/build/latex/cog.toml
+++ /dev/null
@@ -1,24 +0,0 @@
-tag_prefix = "v"
-branch_whitelist = ["main", "prime"]
-ignore_merge_commits = false
-
-pre_bump_hooks = [
-  "nix flake check",                                                    # verify the project builds
-  "./scripts/renew_copyright_header.sh",                                # update the license header in each file
-  "flake_version_update --version v{{version}} --input-file flake.nix", # update the version in the flake.nix file
-  "nix fmt",                                                            # format
-]
-post_bump_hooks = [
-  "git push",
-  "git push origin v{{version}}", # push the new tag to origin
-]
-
-[bump_profiles]
-
-[changelog]
-path = "NEWS.md"
-template = "remote"
-remote = "%INIT_REMOTE"
-repository = "%INIT_REPOSITORY"
-owner = "%INIT_OWNER"
-authors = [{ signature = "%INIT_AUTHOR_NAME", username = "%INIT_OWNER" }]