shorten publish command

This commit is contained in:
Abraham Toriz 2022-10-31 00:21:47 -06:00
parent bcc929dbc0
commit 7d4e4645fc
No known key found for this signature in database
GPG Key ID: D5B4A746DB5DD42A
1 changed files with 3 additions and 1 deletions

View File

@ -120,4 +120,6 @@ for and whose design I took as reference, keeping compatibility when possible.
* [ ] Create an entry in `CHANGELOG.md` with the target version, stage it but
don't commit
* [ ] run `vbump`
* [ ] git push && git push --tags && cargo publish && cargo build --release && cp target/release/t ~/.local/bin/t
* [ ] git push && git push --tags && cargo publish
* [ ] wait for release and then test the releases (aur bin and git and
packaged).