Skip to content

Commit e38ca71

Browse files
authored
Merge pull request #1826 from shepmaster/release-instructions
Remove unneeded release step
2 parents b17047f + 11e03e8 commit e38ca71

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

CONTRIBUTING.md

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

56-
1. Update the version number in `Cargo.toml`, you'll just be bumping the patch
57-
version number.
58-
2. Run `cargo update` to regenerate the lockfile to encode your version bump in
59-
the lock file. You may pull in some other updated dependencies, that's ok.
60-
3. Send a PR to this repository. It should [look like this][example], but it'd
56+
1. Increment the patch version number in `Cargo.toml`.
57+
1. Send a PR to this repository. It should [look like this][example], but it'd
6158
also be nice to fill out the description with a small rationale for the
6259
release (any rationale is ok though!)
63-
4. Once merged the release will be tagged and published by one of the libc crate
60+
1. Once merged, the release will be tagged and published by one of the libc crate
6461
maintainers.
6562

6663
[example]: https://github.com/rust-lang/libc/pull/583

0 commit comments

Comments
 (0)