diff options
author | bors[bot] <bors[bot]@users.noreply.github.com> | 2018-01-26 17:59:06 +0000 |
---|---|---|
committer | bors[bot] <bors[bot]@users.noreply.github.com> | 2018-01-26 17:59:06 +0000 |
commit | 244ba416ce2d225cebf37bde0df53ad4cb064ceb (patch) | |
tree | 0294554d406c45b138c3db1786dc468eaca8777c /RELEASE_PROCEDURE.md | |
parent | 2b6966658c454a4607282dcdebd697016ecbad3b (diff) | |
parent | e811c270697e96405f8d3db3aff8fd98156fb3f9 (diff) | |
download | nix-244ba416ce2d225cebf37bde0df53ad4cb064ceb.zip |
Merge #845
845: 0.11.0 pre r=asomers a=asomers
Diffstat (limited to 'RELEASE_PROCEDURE.md')
-rw-r--r-- | RELEASE_PROCEDURE.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/RELEASE_PROCEDURE.md b/RELEASE_PROCEDURE.md index 9502765c..25ba11d6 100644 --- a/RELEASE_PROCEDURE.md +++ b/RELEASE_PROCEDURE.md @@ -36,6 +36,6 @@ branch. - Add a new Unreleased section header to CHANGELOG.md. - In `Cargo.toml`, update the version to the nextversion, e.g. `v0.8.4`. -- In `Cargo.tml`, revert the libc dependency to its git master branch. +- In `Cargo.toml`, revert the libc dependency to its git master branch. - Commit with a message like "Bump to v0.8.4" - Make a pull request. |