Skip to content

Commit accfa03

Browse files
committed
workspace footgun in cargo-release
warnings that made it try to publish kube by itself without other changes see crate-ci/cargo-release#624 Signed-off-by: clux <[email protected]>
1 parent 0ac1d07 commit accfa03

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

release.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
# Dependencies: https://kube.rs/tools
44
# Process: https://kube.rs/release-process/
55
#
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
88
# In the event of failures:
99
# - on partial cargo publish failures with unexpected build errors; yank partials and fix issues in a PR before retrying
1010
# - 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

Comments
 (0)