From 629bb898769c8580db340078a8296fe551035a79 Mon Sep 17 00:00:00 2001 From: Benedikt Peetz Date: Sat, 3 Aug 2024 13:07:12 +0200 Subject: refactor(templates/latex): Declare as an academia template --- templates/latex/cog.toml | 24 ------------------------ 1 file changed, 24 deletions(-) delete mode 100644 templates/latex/cog.toml (limited to 'templates/latex/cog.toml') diff --git a/templates/latex/cog.toml b/templates/latex/cog.toml deleted file mode 100644 index ccca764..0000000 --- a/templates/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" }] -- cgit 1.4.1