mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-12-26 03:38:55 +01:00
doc: Add the release step memo (to me :-)
This commit is contained in:
parent
9ba60916fb
commit
4c2048d77d
@ -9,3 +9,16 @@
|
|||||||
# How to deploy
|
# How to deploy
|
||||||
|
|
||||||
`git subtree push --prefix _docs/public/ origin gh-pages`
|
`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
|
||||||
|
Loading…
Reference in New Issue
Block a user