diff options
author | Jake Goulding <jake.goulding@gmail.com> | 2020-07-19 13:02:08 -0400 |
---|---|---|
committer | Jake Goulding <jake.goulding@gmail.com> | 2020-07-19 13:02:10 -0400 |
commit | 11e03e8ea2b23bd025f767d4c602ad7c66908a8a (patch) | |
tree | fbd3726ef34b763a7f9b37325e98d6507698fabc /CONTRIBUTING.md | |
parent | 9f581e6256e90db1c47b76f13193c532d3406c07 (diff) | |
download | rust-libc-11e03e8ea2b23bd025f767d4c602ad7c66908a8a.tar.gz |
Remove unneeded release step
Also simplify some of the phrasing and perform minor grammar tweaks.
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r-- | CONTRIBUTING.md | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 052777f416..510d760ef8 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -53,14 +53,11 @@ platform in this crate, the next step is to get that sweet, sweet usage from crates.io! The only next step is to bump the version of libc and then publish it. If you'd like to get a release out ASAP you can follow these steps: -1. Update the version number in `Cargo.toml`, you'll just be bumping the patch - version number. -2. Run `cargo update` to regenerate the lockfile to encode your version bump in - the lock file. You may pull in some other updated dependencies, that's ok. -3. Send a PR to this repository. It should [look like this][example], but it'd +1. Increment the patch version number in `Cargo.toml`. +1. Send a PR to this repository. It should [look like this][example], but it'd also be nice to fill out the description with a small rationale for the release (any rationale is ok though!) -4. Once merged the release will be tagged and published by one of the libc crate +1. Once merged, the release will be tagged and published by one of the libc crate maintainers. [example]: https://github.com/rust-lang/libc/pull/583 |