about summary refs log tree commit diff stats
path: root/build/awk/cog.toml
diff options
context:
space:
mode:
Diffstat (limited to 'build/awk/cog.toml')
-rw-r--r--build/awk/cog.toml8
1 files changed, 4 insertions, 4 deletions
diff --git a/build/awk/cog.toml b/build/awk/cog.toml
index ea1b5e3..ebb3a5d 100644
--- a/build/awk/cog.toml
+++ b/build/awk/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
-  "nix fmt",                                                            # format
-  "flake_version_update --version v{{version}} --input-file flake.nix", # update the version in the flake.nix file
+  "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",