ebiten/_docs/README.md
2017-06-09 11:37:43 +09:00

464 B

How to generate the doc

go generate .

How to run HTTP server

go run server/main.go

How to update the version

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