taskwarrior/RELEASING.md
2020-11-29 20:59:52 -05:00

645 B

Release process

  1. Run git pull upstream main
  2. Run cargo test
  3. Run cargo clean && cargo clippy
  4. Run mdbook test docs
  5. Update version in */Cargo.toml. All versions should match. Commit the change with comment vX.Y.Z.
  6. Run cargo build --release
  7. Run git tag vX.Y.Z
  8. Run git push upstream
  9. Run git push --tags upstream
  10. Run ( cd docs; ./build.sh )
  11. Run cargo publish -p taskchampion
  12. Navigate to the tag in the GitHub releases UI and create a release with general comments about the changes in the release
  13. Upload ./target/release/task and ./target/release/task-sync-server to the release