From c450837eb8b5cc078066ddd9806443003559ba1e Mon Sep 17 00:00:00 2001 From: Hajime Hoshi Date: Fri, 9 Jun 2017 11:37:43 +0900 Subject: [PATCH] doc: Update doc about _doc --- _docs/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_docs/README.md b/_docs/README.md index ab3c602c7..64c75f378 100644 --- a/_docs/README.md +++ b/_docs/README.md @@ -11,9 +11,9 @@ 0. Check all example work on all platforms 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-rc1 + 1. Update version.txt like 1.2.0 2. Generate the doc - 3. Add tag like v1.2.0-rc1 + 3. 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`