From 569321b48dafb3cf233714b8ea092a169fe3ba26 Mon Sep 17 00:00:00 2001 From: Corey Johnson Date: Tue, 12 Nov 2019 11:31:43 -0800 Subject: [PATCH] Updated README.md --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index ca23a060d..5ada69ed2 100644 --- a/README.md +++ b/README.md @@ -9,3 +9,11 @@ This tool is an endeavor separate from [github/hub](https://github.com/github/hu - [Demo planning doc](https://docs.google.com/document/d/18ym-_xjFTSXe0-xzgaBn13Su7MEhWfLE5qSNPJV4M0A/edit) - [Weekly tracking issue](https://github.com/github/gh-cli/labels/tracking%20issue) - [Weekly sync notes](https://docs.google.com/document/d/1eUo9nIzXbC1DG26Y3dk9hOceLua2yFlwlvFPZ82MwHg/edit) + +# How to create a release + +This can all be done from your local terminal. + +1. `git tag -a vYOUR_VERSION_NUMBER -m 'vYOUR_VERSION_NUMBER'` +2. `git push origin vYOUR_VERSION_NUMBER` +3. Go to https://github.com/github/homebrew-gh/releases and look at the release (read https://github.com/github/homebrew-gh for how to install the release via homebrew) \ No newline at end of file