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.