Release Procedure - PorktoberRevolution/ReStocked GitHub Wiki
Here's how to release a new version of the mod.
**Note: both RS and RS+ need to be updated in lockstep at this time. **
Release Checklist
Things to do before considering a release.
- Merge all changes into
master
- Check correct versions on included dependencies (ModuleManager)
- Check
changelog.txt
in both mods for completeness - Check
readme.txt
in both mods for completeness - Check changes to CKAN metadata files
- Check that .version files have been properly incremented from last release and have correct KSP versions marked
Release PR
- Create a pull request against
prod
frommaster
- Let the Travis build checks run
- If successful, merge the PR (if not, fix and try again)
- Ensure the Travis build and deploy jobs succeed
- Ensure deployment to Releases page and to Spacedock was successful.