1 Release Process
Frank Harris edited this page 2026-06-20 12:37:36 -05:00

Release Process

This is a first-pass release note, not a formal release playbook.

Current Practical Steps

  1. Finish the code or docs change.
  2. Validate the affected files.
  3. Review git status.
  4. Commit with a clear message.
  5. Review the result before pushing.

Suggested Checks

  • PHP syntax checks for modified PHP files
  • XML validation for changed game configs
  • Manual smoke testing of the affected module pages

Notes

  • No formal release automation was confirmed in the current source inspection.
  • Add a fuller process when the team standardizes one.