Releases
A release is a version published to a game branch. It records the version, release type, changelog, file manifest, and processing state.Release types
- STABLE
- PATCH
- HOTFIX
Use
STABLE for a complete production release or a new full baseline.The CLI treats the build as a complete upload and processes the full packaged directory.Version numbers
A semantic pattern is recommended:1.0.0— first public version.1.1.0— feature update.1.1.1— bug-fix update.
Changelogs
Write changelogs for players, not only developers. Good changelog:Release verification
After publishing, verify:- Correct game and branch.
- Correct version and release type.
- Accurate changelog.
- Successful processing status.
- Install and update behavior.
- Game launch after installation.

