From f1c233bb425ebcef5ccd29a7d53bcb34ea5a5014 Mon Sep 17 00:00:00 2001 From: Pig Fang Date: Wed, 19 Mar 2025 22:19:38 +0800 Subject: [PATCH] docs: update release steps (#705) --- README.md | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 531c202c..c25bc4a0 100644 --- a/README.md +++ b/README.md @@ -51,8 +51,5 @@ but we have a [zulip chat](https://salsa.zulipchat.com/) as well. ## Contributing -To create a release and publish to crates.io, follow the steps: - -1. Update the `version` field in Cargo.toml. -2. Create a Git tag. The tag name must follow the format like "v*.*.*". -3. Push. GitHub Actions will publish the crate to crates.io automatically. +To create a release and publish to crates.io, update the `version` field in Cargo.toml. +After pushed, GitHub Actions will publish the crates to crates.io automatically.