Update notes to avoid some possible interpretation errors (#2288)

* Update notes to avoid some possible interpretation errors
---------

Co-authored-by: James Hodgkinson <james@terminaloutcomes.com>
This commit is contained in:
Firstyear 2023-11-04 12:16:24 +10:00 committed by GitHub
parent 7025a9ff55
commit f17bc6156c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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