We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f4d115 commit 7ae7744Copy full SHA for 7ae7744
1 file changed
bump_and_publish.sh
@@ -190,6 +190,7 @@ else
190
echo "Dry-run: would rewrite $ROOT_CARGO"
191
fi
192
193
+run cargo check -q
194
run cargo check --locked -q
195
run git add "$ROOT_CARGO" "$LOCKFILE"
196
run git commit -m "chore(release): bump alevin-fry to v${VERSION}"
0 commit comments