mirror of
https://github.com/BurntSushi/ripgrep.git
synced 2025-05-13 21:26:27 +02:00
release: add note about pushing changes
This commit is contained in:
parent
af6b6c543b
commit
c44d263419
@ -26,6 +26,8 @@ Release Checklist
|
|||||||
`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.
|
||||||
|
* Push changes to GitHub, including the tag. (But do not publish new version of
|
||||||
|
ripgrep to crates.io yet.)
|
||||||
* Wait for CI to finish creating the release. If the release build fails, then
|
* Wait for CI to finish creating the release. If the release build fails, then
|
||||||
delete the tag from GitHub, make fixes, re-tag, delete the release and push.
|
delete the tag from GitHub, make fixes, re-tag, delete the release and push.
|
||||||
* Copy the relevant section of the CHANGELOG to the tagged release notes.
|
* Copy the relevant section of the CHANGELOG to the tagged release notes.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user