Skip to content

Commit

Permalink
workspace footgun in cargo-release
Browse files Browse the repository at this point in the history
warnings that made it try to publish kube by itself without other changes
see crate-ci/cargo-release#624

Signed-off-by: clux <sszynrae@gmail.com>
  • Loading branch information
clux committed Jun 12, 2024
1 parent 0ac1d07 commit accfa03
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions release.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
# Dependencies: https://kube.rs/tools
# Process: https://kube.rs/release-process/
#
# 0. (optional) cargo release minor ; verify readme + changelog bumped; then git reset --hard
# 1. PUBLISH_GRACE_SLEEP=20 cargo release minor --execute
# 0. (optional) cargo release minor --workspace ; verify readme + changelog bumped; then git reset --hard
# 1. PUBLISH_GRACE_SLEEP=20 cargo release minor --workspace --execute
# In the event of failures:
# - on partial cargo publish failures with unexpected build errors; yank partials and fix issues in a PR before retrying
# - 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
Expand Down

0 comments on commit accfa03

Please sign in to comment.