mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2025-02-03 22:44:28 +01:00
doc: Fix Readme
This commit is contained in:
parent
8c02875ce8
commit
7efa992865
@ -9,11 +9,10 @@
|
|||||||
# How to update the version
|
# How to update the version
|
||||||
|
|
||||||
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 master branch:
|
2. In the new branch:
|
||||||
1. Update version.txt in the master branch like 1.3.0-alpha
|
|
||||||
3. In the new branch:
|
|
||||||
1. Update version.txt like 1.2.0-rc1
|
1. Update version.txt like 1.2.0-rc1
|
||||||
2. Generate the doc
|
2. Generate the doc
|
||||||
3. Add tag like v1.2.0-rc1
|
3. Add tag like v1.2.0-rc1
|
||||||
4. Deploy JavaScript files to github.com/hajimehoshi/ebiten.pagestorage
|
3. In master branch:
|
||||||
5. Deploy the doc with `go generate`
|
1. Update version.txt in the master branch like 1.3.0-alpha
|
||||||
|
2. Deploy the doc with `go generate`
|
||||||
|
Loading…
Reference in New Issue
Block a user