Tech/LxEngine/Regular Development Workflow
From Athile
This page is a work-in-progress. It is not yet complete.
It may contain inaccurate, incorrect information. Use at your own risk.
It may contain inaccurate, incorrect information. Use at your own risk.
Releasing a New Version
- Ensure the internal version number in the code is correct
- Full rebuild
- Run all unit tests
- Commit and push all changes
- Build on Linux and run all unit tests
- Set tag and push tags ("git tag v0.x.x", "git push --tags")
- Generate API documentation & upload
- Post Change Log & Release Notice to wiki
- Post links to blog & forum