From ed8723c589b6e0e5754e92a7cf2dfef82637fb84 Mon Sep 17 00:00:00 2001 From: Geoff McLane Date: Sun, 2 Sep 2018 20:53:36 +0200 Subject: [PATCH] Is #741 - Elim. dup --- README/RELEASE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README/RELEASE.md b/README/RELEASE.md index f290faf..8681cdb 100644 --- a/README/RELEASE.md +++ b/README/RELEASE.md @@ -17,7 +17,7 @@ This assumes the current `next` branch is version 5.7.XXX. See VERSION.md for ch ### The Release: 1. Update version.txt to 5.8.0, and date... commit - 2. Create branch, `$ git checkout -b release/5.8`, add `$ git tag 5.8.0` + 2. Create branch, `$ git checkout -b release/5.8` 3. Update README/vershist.log... perl script... commit 4. Add `$ git tag 5.8.0` 5. Publish `$ git push -u origin release/5.8 --tags`