Skip to content

Commit

Permalink
ci: fix prebump hooks ordering
Browse files Browse the repository at this point in the history
  • Loading branch information
oknozor committed Nov 30, 2021
1 parent 99c39a8 commit ab3f841
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cog.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ pre_bump_hooks = [
"sh -c \"./ci/check_branch.sh\"",
"cargo test -- --test-threads 1",
"cargo clippy",
"cargo build --release",
"cargo fmt --all",
"cargo bump {{version}}",
"cargo build --release",
]

# A list of command to run AFTER creating a version.
Expand Down

0 comments on commit ab3f841

Please sign in to comment.