Skip to content

Release Procedure

Chris Adderley edited this page Nov 1, 2019 · 1 revision

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

  1. Create a pull request against prod from master
  2. Let the Travis build checks run
  3. If successful, merge the PR (if not, fix and try again)
  4. Ensure the Travis build and deploy jobs succeed
  5. Ensure deployment to Releases page and to Spacedock was successful.