mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
Update RELEASING.md
This commit is contained in:
parent
e6abfc5f56
commit
a1747546d6
1 changed files with 2 additions and 1 deletions
|
@ -4,8 +4,9 @@
|
|||
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. Update `version` in `*/Cargo.toml`. All versions should match.
|
||||
1. Run `cargo build --release`
|
||||
1. Commit the changes (Cargo.lock will change too) with comment `vX.Y.Z`.
|
||||
1. Run `git tag vX.Y.Z`
|
||||
1. Run `git push upstream`
|
||||
1. Run `git push --tags upstream`
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue