From a97299540520086512c10c547f8ae64d2ee1870e Mon Sep 17 00:00:00 2001 From: "Dustin J. Mitchell" Date: Sun, 13 Oct 2024 18:57:26 -0400 Subject: [PATCH] fix RELEASING ordering --- RELEASING.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/RELEASING.md b/RELEASING.md index b9b641d8f..809daeaba 100644 --- a/RELEASING.md +++ b/RELEASING.md @@ -9,9 +9,10 @@ 1. Run `cargo build --release -p taskchampion` 1. Commit the changes (Cargo.lock will change too) with comment `vX.Y.Z`. 1. Run `git tag vX.Y.Z` -1. Bump the patch version in `taskchampion/Cargo.toml` and add the `-pre` suffix. This allows `cargo-semver-checks` to check for changes not accounted for in the version delta. -1. Commit that change with comment "Bump to -pre version". 1. Run `git push upstream` 1. Run `git push --tags upstream` 1. Run `(cd taskchampion; cargo publish)` +1. Bump the patch version in `taskchampion/Cargo.toml` and add the `-pre` suffix. This allows `cargo-semver-checks` to check for changes not accounted for in the version delta. +1. Commit that change with comment "Bump to -pre version". +1. Run `git push upstream` 1. Navigate to the tag in the GitHub releases UI and create a release with general comments about the changes in the release