Commit Diff
--- cog.toml +++ cog.toml @@ -5,9 +5,7 @@ pre_bump_hooks = [ "cargo clippy -- -D warnings", "cargo test", "cargo set-version {{version}}", + "cargo build --release", + "git add :/Cargo.lock", ] tag_prefix = "v" - -[changelog] -path = "CHANGELOG.md" -authors = []
