Skip to content

Commit e0f39a8

Browse files
committed
Added --execute flag to cargo release
1 parent 141023f commit e0f39a8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ notes:
100100
release:
101101
# Ensure release notes where generated before running the release command
102102
./newsfragments/validate_files.py is-empty
103-
cargo release $(version) --all --skip-tag --skip-push
103+
cargo release $(version) --execute --all --skip-tag --skip-push
104104
# Run the tests again because we may have to adjust some based on the update version
105105
cargo test --workspace --features solc-backend
106106

0 commit comments

Comments
 (0)