-
Notifications
You must be signed in to change notification settings - Fork 12
How to make a release
Edoardo Morassutto edited this page Apr 17, 2021
·
1 revision
Just an internal note on how to make a release:
- Choose the new version, e.g.
0.4.2
- Update the version inside the repo:
./tools/update_version.sh 0.4.2
- Run the tests (to update
Cargo.lock
):cargo test --all
- Commit the changes:
git add -A && git commit -am "v0.4.2"
- Push the release:
git push
- Make a new release: https://github.com/edomora97/task-maker-rust/releases/new
Tag: v0.4.2
Title: v0.4.2
Body:
## Changes
- The list of changes