diff options
| -rw-r--r-- | cog.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -14,9 +14,9 @@ ignore_merge_commits = false pre_bump_hooks = [ "reuse lint", # Check licensing status + "nix fmt", # format "nix flake check", # verify the project builds "cargo set-version {{version}}", # bump version in Cargo.toml - "nix fmt", # format ] post_bump_hooks = [ "git push", |
