From cc6675c94a9edda6a0fc6a5deb4a86e40620692f Mon Sep 17 00:00:00 2001 From: rkiel Date: Sun, 1 Oct 2017 18:30:54 -0400 Subject: [PATCH] 5-README: RELEASE.md --- RELEASE.md | 1 + 1 file changed, 1 insertion(+) diff --git a/RELEASE.md b/RELEASE.md index 1559852..99a4c40 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -33,6 +33,7 @@ release create version You must be on the `master` branch. The latest code will be pulled from `master` and a tag created for the last commit. For example, the following command will create a `v1.0.0` tag. ```bash +git checkout master release create 1.0.0 ```