Skip to content

Commit 52956ae

Browse files
committed
Mention about libc-test on the publishing note
1 parent 765cca1 commit 52956ae

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

CONTRIBUTING.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -69,11 +69,11 @@ platform in this crate, the next step is to get that sweet, sweet usage from
6969
crates.io! The only next step is to bump the version of libc and then publish
7070
it. If you'd like to get a release out ASAP you can follow these steps:
7171

72-
1. Increment the patch version number in `Cargo.toml`.
73-
1. Send a PR to this repository. It should [look like this][example], but it'd
72+
1. Increment the patch version number in `Cargo.toml` and `libc-test/Cargo.toml`.
73+
1. Send a PR to this repository. It should [look like this][example-pr], but it'd
7474
also be nice to fill out the description with a small rationale for the
7575
release (any rationale is ok though!)
7676
1. Once merged, the release will be tagged and published by one of the libc crate
7777
maintainers.
7878

79-
[example]: https://github.com/rust-lang/libc/pull/583
79+
[example-pr]: https://github.com/rust-lang/libc/pull/2120

0 commit comments

Comments
 (0)