We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc54728 commit 9da5740Copy full SHA for 9da5740
1 file changed
docs/RELEASE.md
@@ -76,6 +76,10 @@ cargo publish --dry-run
76
cargo publish
77
```
78
79
+The dry run is intentionally kept as a manual publish preflight rather than
80
+part of `scripts/stable_release_gate.sh`, because it updates the crates.io index
81
+and may require network access.
82
+
83
Create and push the git tag only after the published crate is verified.
84
85
## Notes
0 commit comments