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 d664dd1 commit 428cbd8Copy full SHA for 428cbd8
src/release/process.md
@@ -148,8 +148,7 @@ Decide on a time to do the release, T.
148
# Publish to crates.io. This will publish internal dependencies first (if
149
# necessary), then publish Cargo itself.
150
./publish.py
151
- # Where YY is the Rust minor release, add one to it (Rust 1.49.0 = Cargo 0.50.0).
152
- CARGO_VERSION="0.YY+1.0"
+ CARGO_VERSION=$(cargo read-manifest | jq -r .version)
153
git tag -u FA1BE5FE $CARGO_VERSION
154
git push git@github.com:rust-lang/cargo.git $CARGO_VERSION
155
```
0 commit comments