There was an error while loading. Please reload this page.
1 parent 141023f commit e0f39a8Copy full SHA for e0f39a8
1 file changed
Makefile
@@ -100,7 +100,7 @@ notes:
100
release:
101
# Ensure release notes where generated before running the release command
102
./newsfragments/validate_files.py is-empty
103
- cargo release $(version) --all --skip-tag --skip-push
+ cargo release $(version) --execute --all --skip-tag --skip-push
104
# Run the tests again because we may have to adjust some based on the update version
105
cargo test --workspace --features solc-backend
106
0 commit comments