docs: update release steps (#705)

This commit is contained in:
Pig Fang 2025-03-19 22:19:38 +08:00 committed by GitHub
parent db61adc0f1
commit f1c233bb42
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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.