From b18650f1577f36ed030204dd408e19ea532081e6 Mon Sep 17 00:00:00 2001 From: Paul Hinze Date: Fri, 10 Jan 2014 11:14:13 -0600 Subject: [PATCH] correct button names to RELEASING --- RELEASING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/RELEASING.md b/RELEASING.md index cce7fc57bc7..f8ae43e1c20 100644 --- a/RELEASING.md +++ b/RELEASING.md @@ -30,10 +30,10 @@ down then floating in a brain somewhere. Like this: `git tag -m v0.26.0 v0.26.0` 6. Push the commit and the tag: `git push --follow-tags` 7. Hop to the GitHub project and click "Releases" then the link for your newly - pushed tag. Click the "Draft Release" button in the top right corner of that + pushed tag. Click the "Edit Tag" button in the top right corner of that page. 8. Paste the markdown summary from the CHANGELOG in the body of the release and - click "Publish". + click "Publish Release". 9. Rejoice! Have a :cookie:. ## Things to Consider