Update README with a note on publishing to crates.io

pull/320/head
Matěj Laitl 2024-09-05 16:42:42 +02:00
parent 9099b5628d
commit 6cf3241749
1 changed files with 1 additions and 0 deletions

View File

@ -279,3 +279,4 @@ Please run the release script from a Linux machine: generated shell completions
1. Fetch and check-out the `main` branch.
2. Run `./release.sh [patch|major|minor|rc]`
3. Push the `main` branch and the created tag to the repo.
4. Publish crates that have `publish = true` to crates.io.