Skip to content

Commit af2e638

Browse files
committed
Auto merge of #419 - fiveop:libc_version_release, r=posborne
Mention the libc version changes in RELEASE_PROCEDURE.md r? @nix-rust/nix-maintainers
2 parents de56074 + e9ede5d commit af2e638

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

RELEASE_PROCEDURE.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,13 @@ some Rust versions counts as a breaking change, and requires a major bump.
99

1010
The release is prepared as follows:
1111

12+
- Ask for a new libc version if, necessary. It usually is.
1213
- Make a commit with a message like "Release v0.8.3" with the following
1314
changes:
1415
- In `CHANGELOG.md`, rename the Unreleased section to the new version
1516
followed by the date of the release.
1617
- In `Cargo.toml`, update the version to the new version.
18+
- In `Cargo.toml`, change the libc dependency to the latest version.
1719
- In `README.md`, update the version in the Usage section to the new
1820
version.
1921
- Make a pull request.
@@ -34,5 +36,6 @@ branch.
3436
- Add a new Unreleased section header to CHANGELOG.md.
3537
- In `Cargo.toml`, update the version to the next `-dev` version, eg
3638
`v0.8.4-dev`.
39+
- In `Cargo.tml`, revert the libc dependency to its git master branch.
3740
- Commit with a message like "Bump to v0.8.4-dev"
3841
- Make a pull request.

0 commit comments

Comments
 (0)