diff options
author | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2024-09-30 17:34:25 +0200 |
---|---|---|
committer | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2024-09-30 17:34:25 +0200 |
commit | 05672f7435cfa419893b4282d49254390181833e (patch) | |
tree | b99ab6849e2f3851c593a593b58d3b7d840ddfcf /build/awk/cog.toml | |
parent | build(cog.toml): Format *before* checking the formatting (diff) | |
download | flake-templates-0.7.0.tar.gz flake-templates-0.7.0.zip |
chore(version): v0.7.0 v0.7.0
Diffstat (limited to 'build/awk/cog.toml')
-rw-r--r-- | build/awk/cog.toml | 8 |
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", |