summaryrefslogtreecommitdiff
path: root/RELEASE_PROCEDURE.md
diff options
context:
space:
mode:
authorbors[bot] <bors[bot]@users.noreply.github.com>2018-01-26 17:59:06 +0000
committerbors[bot] <bors[bot]@users.noreply.github.com>2018-01-26 17:59:06 +0000
commit244ba416ce2d225cebf37bde0df53ad4cb064ceb (patch)
tree0294554d406c45b138c3db1786dc468eaca8777c /RELEASE_PROCEDURE.md
parent2b6966658c454a4607282dcdebd697016ecbad3b (diff)
parente811c270697e96405f8d3db3aff8fd98156fb3f9 (diff)
downloadnix-244ba416ce2d225cebf37bde0df53ad4cb064ceb.zip
Merge #845
845: 0.11.0 pre r=asomers a=asomers
Diffstat (limited to 'RELEASE_PROCEDURE.md')
-rw-r--r--RELEASE_PROCEDURE.md2
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.