File tree Expand file tree Collapse file tree 1 file changed +5
-14
lines changed Expand file tree Collapse file tree 1 file changed +5
-14
lines changed Original file line number Diff line number Diff line change @@ -89,17 +89,8 @@ support anytime.
89
89
90
90
## Releasing your change to crates.io
91
91
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
You can’t perform that action at this time.
0 commit comments