diff --git a/RELEASING.md b/RELEASING.md index 97286ab89..160f2c230 100644 --- a/RELEASING.md +++ b/RELEASING.md @@ -11,6 +11,6 @@ 1. Run `git push upstream` 1. Run `git push --tags upstream` 1. Run `( cd docs; ./build.sh )` -1. Run `cargo publish -p taskchampion` +1. Run `(cd taskchampion; cargo publish)` (note that the other crates do not get published) 1. Navigate to the tag in the GitHub releases UI and create a release with general comments about the changes in the release 1. Upload `./target/release/task` and `./target/release/task-sync-server` to the release