doc: Fix _docs/README

This commit is contained in:
Hajime Hoshi 2017-07-22 02:39:27 +09:00
parent 8a1da77b67
commit 82619269e9

View File

@ -12,8 +12,7 @@
1. Create a new branch from master branch with a version name like 1.2
2. In the new branch:
1. Update version.txt like 1.2.0
2. Generate the doc
3. Add tag like v1.2.0
2. Add tag like v1.2.0
3. In master branch:
1. Update version.txt in the master branch like 1.3.0-alpha
2. Deploy the doc with `go generate`