mirror of
https://github.com/BurntSushi/ripgrep.git
synced 2025-04-19 09:02:15 +02:00
doc: add step to run 'cargo package'
This commit is contained in:
parent
625743d7c8
commit
eeffcd50b7
@ -27,6 +27,7 @@
|
|||||||
`cargo update -p ripgrep` so that the `Cargo.lock` is updated. Commit the
|
`cargo update -p ripgrep` so that the `Cargo.lock` is updated. Commit the
|
||||||
changes and create a new signed tag. Alternatively, use
|
changes and create a new signed tag. Alternatively, use
|
||||||
`cargo-up --no-push --no-release Cargo.toml {VERSION}` to automate this.
|
`cargo-up --no-push --no-release Cargo.toml {VERSION}` to automate this.
|
||||||
|
* Run `cargo package` and ensure it succeeds.
|
||||||
* Push changes to GitHub, NOT including the tag. (But do not publish a new
|
* Push changes to GitHub, NOT including the tag. (But do not publish a new
|
||||||
version of ripgrep to crates.io yet.)
|
version of ripgrep to crates.io yet.)
|
||||||
* Once CI for `master` finishes successfully, push the version tag. (Trying to
|
* Once CI for `master` finishes successfully, push the version tag. (Trying to
|
||||||
|
Loading…
x
Reference in New Issue
Block a user