1
0
mirror of https://github.com/BurntSushi/ripgrep.git synced 2025-01-19 05:49:14 +02: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:
Andrew Gallant 2021-06-12 07:59:47 -04:00
parent 14860b0f16
commit 53cb9a779e
No known key found for this signature in database
GPG Key ID: B2E3A4923F8B0D44

View File

@ -1,5 +1,6 @@
Release Checklist
-----------------
* Ensure local `master` is up to date with respect to `origin/master`.
* Run `cargo update` and review dependency updates. Commit updated
`Cargo.lock`.
* Run `cargo outdated` and review semver incompatible updates. Unless there is