LAUNCH Release Preparation for v0.14.4
Release Checklist Template
Use this checklist for every release to ensure nothing is forgotten.
Pre-Release (Before Export)
Export & Package
Test Package
GitHub Release
Post-Release
Rollback Plan (If Issues Found)
- Delete GitHub release (DO NOT delete tag yet)
- Fix issues locally
- Re-export and re-package
- Re-create GitHub release with same tag
- Update download links if changed
Version Number Guidelines
- Patch (X.Y.Z): Bug fixes, minor tweaks
- Minor (X.Y.0): New features, non-breaking changes
- Major (X.0.0): Breaking changes, major overhauls
Notes
- Keep this checklist updated as release process evolves
- Add platform-specific steps as Mac/Linux builds are added
- Consider automating more steps with GitHub Actions
This checklist was automatically created by the release-reminder workflow.
Once all items are checked, close this issue.
LAUNCH Release Preparation for v0.14.4
Release Checklist Template
Use this checklist for every release to ensure nothing is forgotten.
Pre-Release (Before Export)
godot/project.godot(application/config/version)pytest)Export & Package
builds/windows/vX.Y.Z/PDoom.exebash package_release.shTest Package
GitHub Release
bash create_github_release.shPost-Release
git add README.md [other files] git commit -m "chore: Post-release updates for vX.Y.Z" git push origin mainRollback Plan (If Issues Found)
Version Number Guidelines
Notes
This checklist was automatically created by the release-reminder workflow.
Once all items are checked, close this issue.