From 4c2048d77dd45376032f540e814c57cedb3bb7a0 Mon Sep 17 00:00:00 2001 From: Hajime Hoshi Date: Tue, 16 Feb 2016 00:40:50 +0900 Subject: [PATCH] doc: Add the release step memo (to me :-) --- _docs/README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/_docs/README.md b/_docs/README.md index 8b97c5076..edbe3a125 100644 --- a/_docs/README.md +++ b/_docs/README.md @@ -9,3 +9,16 @@ # How to deploy `git subtree push --prefix _docs/public/ origin gh-pages` + +# How to update the version + +1. Fix the release date in the HTML +2. Create a new branch from master branch with a version name like 1.2 +3. In the new branch: + 1. Update version.txt like 1.2.0-rc1 + 2. Generate the doc + 3. Add tag like v1.2.0-rc1 + 4. Deploy JavaScript files to github.com/hajimehoshi/ebiten.pagestorage + 5. Deploy the doc +4. In master branch: + 1. Update version.txt in the master branch like 1.3.0-alpha