Skip to content

Latest commit

Β 

History

History
24 lines (17 loc) Β· 664 Bytes

File metadata and controls

24 lines (17 loc) Β· 664 Bytes

🚦 Release Process

All releases must be approved by the staff team after Discord-based beta testing.


πŸ“‹ Checklist

  1. βœ… Finish development in feature/* or hotfix/*
  2. πŸ“¦ Bump version in package.json or .vccpackage manifest
  3. πŸ§ͺ Share build in Discord test group
  4. ⏳ Wait for staff review and feedback
  5. βœ… If approved:
    • Merge to main
    • Tag version (e.g., v1.2.3)
    • Publish to VCC-compatible package registry
  6. πŸ“£ Announce release (internal or public)

πŸ›‘ Notes

  • Do not skip beta testing or publish without approval.
  • Beta builds must use -beta.n suffix and never be tagged as stable.