2016-02-06 21:29:10 +01:00
|
|
|
# How to generate the doc
|
|
|
|
|
2016-02-15 16:35:28 +01:00
|
|
|
`go generate .`
|
2016-02-06 21:29:10 +01:00
|
|
|
|
|
|
|
# How to run HTTP server
|
|
|
|
|
2016-02-15 16:35:28 +01:00
|
|
|
`go run server/main.go`
|
2016-02-15 03:35:05 +01:00
|
|
|
|
|
|
|
# How to deploy
|
|
|
|
|
2016-02-15 03:35:45 +01:00
|
|
|
`git subtree push --prefix _docs/public/ origin gh-pages`
|
2016-02-15 16:40:50 +01:00
|
|
|
|
|
|
|
# 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
|