Skip to content

Commit a354261

Browse files
committed
Document that we use release-plz
The existing release docs haven't been updated since the process change. Update contributing guidelines to reflect that we use release-plz.
1 parent 6a4da8f commit a354261

File tree

1 file changed

+5
-14
lines changed

1 file changed

+5
-14
lines changed

CONTRIBUTING.md

Lines changed: 5 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -89,17 +89,8 @@ support anytime.
8989

9090
## Releasing your change to crates.io
9191

92-
Now that you've done the amazing job of landing your new API or your new
93-
platform in this crate, the next step is to get that sweet, sweet usage from
94-
crates.io! The only next step is to bump the version of libc and then publish
95-
it. If you'd like to get a release out ASAP you can follow these steps:
96-
97-
1. Increment the patch version number in `Cargo.toml` and
98-
`libc-test/Cargo.toml`.
99-
1. Send a PR to this repository. It should [look like this][example-pr], but
100-
it would also be nice to fill out the description with a small rationale for
101-
the release (any rationale is ok though!).
102-
1. Once merged, the release will be tagged and published by one of the libc
103-
crate maintainers.
104-
105-
[example-pr]: https://github.com/rust-lang/libc/pull/2120
92+
This repository uses [release-plz] to handle releases. Once your pull request
93+
has been merged, a maintainer just needs to verify the generated changelog, then
94+
merge the bot's release PR. This will automatically publish to crates.io!
95+
96+
[release-plz]: https://github.com/MarcoIeni/release-plz

0 commit comments

Comments
 (0)