about summary refs log tree commit diff stats
path: root/build/rust/cog.toml
diff options
context:
space:
mode:
authorBenedikt Peetz <benedikt.peetz@b-peetz.de>2024-09-30 17:34:25 +0200
committerBenedikt Peetz <benedikt.peetz@b-peetz.de>2024-09-30 17:34:25 +0200
commit05672f7435cfa419893b4282d49254390181833e (patch)
treeb99ab6849e2f3851c593a593b58d3b7d840ddfcf /build/rust/cog.toml
parentbuild(cog.toml): Format *before* checking the formatting (diff)
downloadflake-templates-05672f7435cfa419893b4282d49254390181833e.tar.gz
flake-templates-05672f7435cfa419893b4282d49254390181833e.zip
chore(version): v0.7.0 v0.7.0
Diffstat (limited to 'build/rust/cog.toml')
-rw-r--r--build/rust/cog.toml8
1 files changed, 4 insertions, 4 deletions
diff --git a/build/rust/cog.toml b/build/rust/cog.toml
index b4c68e1..5e2eee2 100644
--- a/build/rust/cog.toml
+++ b/build/rust/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
-  "cargo set-version {{version}}",       # bump version in Cargo.toml
-  "nix fmt",                             # format
+  "reuse lint",                    # Check licensing status.
+  "nix flake check",               # Verify the project builds.
+  "cargo set-version {{version}}", # Bump version in Cargo.toml.
+  "nix fmt",                       # Format.
 ]
 post_bump_hooks = [
   "git push",