Skip to content

Latest commit

 

History

History
35 lines (29 loc) · 1.06 KB

File metadata and controls

35 lines (29 loc) · 1.06 KB

ClawGame 1.0 Release Checklist

Pre-Release

  • All quality gates pass (engine typecheck/test, web typecheck/test, phaser-runtime lint/test, build)
  • CI workflow configured (.github/workflows/ci.yml)
  • CHANGELOG.md written with 1.0.0 entry
  • README.md matches actual repo structure
  • docs/qa/known_issues.md updated
  • E2E smoke tests cover critical paths
  • Migration tests verify backward compatibility
  • No known high-priority bugs

All Milestones Complete

  • M0: Project Scaffolding
  • M1: Core ECS Engine
  • M2: Web Editor Shell
  • M3: Scene Editor v1
  • M4: Asset Pack Editor
  • M5: Code Export
  • M6: Physics Tooling
  • M7: Animations Editor
  • M8: Tilemap Editor
  • M9: Prefabs and Components
  • M10: AI-Assisted Editor Workflows
  • M11: UX and Product Polish
  • M12: Release Hardening

Post-Release

  • Tag release: git tag v1.0.0 && git push --tags
  • Create GitHub Release with CHANGELOG summary
  • Verify CI passes on tagged commit
  • Update documentation site if applicable