doc: Update doc about _doc

This commit is contained in:
Hajime Hoshi 2017-06-09 11:37:43 +09:00
parent f69639836b
commit c450837eb8

View File

@ -11,9 +11,9 @@
0. Check all example work on all platforms 0. Check all example work on all platforms
1. Create a new branch from master branch with a version name like 1.2 1. Create a new branch from master branch with a version name like 1.2
2. In the new branch: 2. In the new branch:
1. Update version.txt like 1.2.0-rc1 1. Update version.txt like 1.2.0
2. Generate the doc 2. Generate the doc
3. Add tag like v1.2.0-rc1 3. Add tag like v1.2.0
3. In master branch: 3. In master branch:
1. Update version.txt in the master branch like 1.3.0-alpha 1. Update version.txt in the master branch like 1.3.0-alpha
2. Deploy the doc with `go generate` 2. Deploy the doc with `go generate`