mirror of
https://github.com/BurntSushi/ripgrep.git
synced 2025-05-19 09:40:22 -07:00
release: add step about making sure 'master' is in sync
Otherwise, if we start doing crate releases from the local checkout (with git tags) and it turns out that origin/master has newer commits, rebasing local master will then invalidate those tags.
This commit is contained in:
parent
14860b0f16
commit
53cb9a779e
@ -1,5 +1,6 @@
|
|||||||
Release Checklist
|
Release Checklist
|
||||||
-----------------
|
-----------------
|
||||||
|
* Ensure local `master` is up to date with respect to `origin/master`.
|
||||||
* Run `cargo update` and review dependency updates. Commit updated
|
* Run `cargo update` and review dependency updates. Commit updated
|
||||||
`Cargo.lock`.
|
`Cargo.lock`.
|
||||||
* Run `cargo outdated` and review semver incompatible updates. Unless there is
|
* Run `cargo outdated` and review semver incompatible updates. Unless there is
|
||||||
|
Loading…
x
Reference in New Issue
Block a user