You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: release.toml
+2-2
Original file line number
Diff line number
Diff line change
@@ -3,8 +3,8 @@
3
3
# Dependencies: https://kube.rs/tools
4
4
# Process: https://kube.rs/release-process/
5
5
#
6
-
# 0. (optional) cargo release minor ; verify readme + changelog bumped; then git reset --hard
7
-
# 1. PUBLISH_GRACE_SLEEP=20 cargo release minor --execute
6
+
# 0. (optional) cargo release minor --workspace ; verify readme + changelog bumped; then git reset --hard
7
+
# 1. PUBLISH_GRACE_SLEEP=20 cargo release minor --workspace --execute
8
8
# In the event of failures:
9
9
# - on partial cargo publish failures with unexpected build errors; yank partials and fix issues in a PR before retrying
10
10
# - on cargo-release issues waiting for crates.io: resume publish in given order manually, cd into next dirs and publish in sequence with cargo publish --features=k8s-openapi/latest
0 commit comments