From 6cf3241749ccf9fdd100802c70a6411ce7133ee4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mat=C4=9Bj=20Laitl?= Date: Thu, 5 Sep 2024 16:42:42 +0200 Subject: [PATCH] Update README with a note on publishing to crates.io --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 272c978..de3a16c 100644 --- a/README.md +++ b/README.md @@ -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.