Skip to main content

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

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:
Examples:
  • 1.0.0 — first public version.
  • 1.1.0 — feature update.
  • 1.1.1 — bug-fix update.
Use a version only once within the relevant release context.

Changelogs

Write changelogs for players, not only developers. Good changelog:
Avoid internal notes that reveal credentials, infrastructure, private URLs, or sensitive implementation details.

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.