ebiten/_docs/README.md
2016-09-03 02:05:52 +09:00

429 B

How to generate the doc

go generate .

How to run HTTP server

go run server/main.go

How to update the version

  1. Create a new branch from master branch with a version name like 1.2
  2. In the new branch:
  3. Update version.txt like 1.2.0-rc1
  4. Generate the doc
  5. Add tag like v1.2.0-rc1
  6. In master branch:
  7. Update version.txt in the master branch like 1.3.0-alpha
  8. Deploy the doc with go generate