Skip to content
moulins edited this page Jul 28, 2018 · 6 revisions

To release Amidst, follow these steps:

  1. Update the metadata on master
  • checkout the branch master
  • update information in src/main/resources/amidst/metadata.properties
  • update wrapper information in /travis-ci/{wrapper-for-mac, wrapper-for-windows}/pom.xml
  • commit and push
  1. Update the branch releases
  • checkout the branch releases
  • fast-forward merge the branch master into the branch releases
  • push
  1. Create the new release tag
  • create and push the tag
  • tags are named like this:
    • v4.0 for stable releases
    • v4.0-beta5 for pre-releases
  1. Update the release information on Github
  • wait for travis ci to build Amidst, it will attach the executable jar, zip and exe files to the release on Github
  • add meaningful release notes
  • make it a pre-release, if necessary
  1. Update the update document (only if not a pre-release)
  1. Update the Amidst entry in the Minecraft wiki (only if not a pre-release)

  2. Update third party package managers (only if not a pre-release)