Is #741 - Elim. dup

This commit is contained in:
Geoff McLane 2018-09-02 20:53:36 +02:00
parent b697e48f16
commit ed8723c589
1 changed files with 1 additions and 1 deletions

View File

@ -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`