diff --git a/project_docs/RELEASE_CHECKLIST.md b/project_docs/RELEASE_CHECKLIST.md index d74e4371b..f0882eb66 100644 --- a/project_docs/RELEASE_CHECKLIST.md +++ b/project_docs/RELEASE_CHECKLIST.md @@ -29,8 +29,8 @@ cargo install cargo-udeps ### Administration -- [ ] update version in ./Cargo.toml -- [ ] update version in ./Makefile +- [ ] update version to remove dev tag in ./Cargo.toml +- [ ] update version to remove dev tag in ./Makefile - [ ] cargo test - [ ] build wasm components with release profile - [ ] Update `RELEASE_NOTES.md` @@ -42,13 +42,13 @@ cargo install cargo-udeps - [ ] git checkout master - [ ] git pull -- [ ] git checkout -b 1.1.0-alpha.x (Note no v to prevent ref conflict) -- [ ] git tag v1.1.0-alpha.x +- [ ] git checkout -b 1.1.x (Note no v to prevent ref conflict) +- [ ] git tag v1.1.x - [ ] Final inspect of the branch -- [ ] git push origin 1.1.0-alpha.x -- [ ] git push origin 1.1.0-alpha.x --tags +- [ ] git push origin 1.1.x +- [ ] git push origin 1.1.x --tags - [ ] github -> Ensure release branch is protected - [ ] github -> create new release based on tag (not branch) - use tag because then tools will get @@ -82,6 +82,5 @@ cargo install cargo-udeps - [ ] git checkout master - [ ] git pull - [ ] git checkout -b YYYYMMDD-dev-version -- [ ] update version in ./server/web\_ui/Cargo.toml -- [ ] update version in ./Cargo.toml -- [ ] update version in ./Makefile +- [ ] update version to +1 and add dev tag in ./Cargo.toml +- [ ] update version to +1 and add dev tag in ./Makefile