Page:
Release Process
Pages
Administration
Billing and Website Integration
Configuration
Database
Development
File Management
Game Configuration Examples
Game Server Management
Game Template XML
Getting Started
Home
Installation
Module Reference
Modules
OGP Fork Notes
Release Process
Remote Servers and Agents
Requirements and Prerequisites
Steam and Workshop
Troubleshooting
Users and Permissions
XML Schema and Validation
No results
1
Release Process
Frank Harris edited this page 2026-06-20 12:37:36 -05:00
Table of Contents
Release Process
This is a first-pass release note, not a formal release playbook.
Current Practical Steps
- Finish the code or docs change.
- Validate the affected files.
- Review
git status. - Commit with a clear message.
- 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.