New release - ClassiCube/MCGalaxy GitHub Wiki

There are three places that need to be updated for a new MCGalaxy release:

  1. The internal version hardcoded into the MCGalaxy executables
  2. The latest version number - this is compared against to see if outdated or not
  3. The downloadable release files

To accomplish this:

  1. Update InternalVersion in MCGalaxy/Server/Server.Fields.cs
  2. Update version in Uploads/current_version.txt
  3. Update changelog.txt with changes of new version
  4. Push a commit titled "Release [version number]"
  5. Wait a few minutes (for latest builds to compile)
  6. Manually run the Release github action (this will update downloadable release files)
  7. Create a new release on github