From 05672f7435cfa419893b4282d49254390181833e Mon Sep 17 00:00:00 2001 From: Benedikt Peetz Date: Mon, 30 Sep 2024 17:34:25 +0200 Subject: chore(version): v0.7.0 --- build/latex/letter/cog.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'build/latex/letter/cog.toml') diff --git a/build/latex/letter/cog.toml b/build/latex/letter/cog.toml index ccca764..ebb3a5d 100644 --- a/build/latex/letter/cog.toml +++ b/build/latex/letter/cog.toml @@ -3,10 +3,10 @@ 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 + "reuse lint", # Check licensing status. + "nix flake check", # Verify the project builds. + "flake_version_update --version v{{version}} --input-file flake.nix", # Bump the version in the flake.nix file + "nix fmt", # Format. ] post_bump_hooks = [ "git push", -- cgit 1.4.1