From e6abfc5f567ee002c60a30147b2abf8aab74f473 Mon Sep 17 00:00:00 2001 From: "Dustin J. Mitchell" Date: Sun, 29 Nov 2020 20:59:52 -0500 Subject: [PATCH] more RELEASING stuff --- RELEASING.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/RELEASING.md b/RELEASING.md index dde7e13ef..a4cd8e04f 100644 --- a/RELEASING.md +++ b/RELEASING.md @@ -1,11 +1,13 @@ # Release process +1. Run `git pull upstream main` 1. Run `cargo test` 1. Run `cargo clean && cargo clippy` 1. Run `mdbook test docs` 1. Update `version` in `*/Cargo.toml`. All versions should match. Commit the change with comment `vX.Y.Z`. 1. Run `cargo build --release` 1. Run `git tag vX.Y.Z` +1. Run `git push upstream` 1. Run `git push --tags upstream` 1. Run `( cd docs; ./build.sh )` 1. Run `cargo publish -p taskchampion`