New release - ClassiCube/MCGalaxy GitHub Wiki
There are three places that need to be updated for a new MCGalaxy release:
- The internal version hardcoded into the MCGalaxy executables
- The latest version number - this is compared against to see if outdated or not
- The downloadable release files
To accomplish this:
- Update
InternalVersion
inMCGalaxy/Server/Server.Fields.cs
- Update version in
Uploads/current_version.txt
- Update
changelog.txt
with changes of new version - Push a commit titled "Release [version number]"
- Wait a few minutes (for latest builds to compile)
- Manually run the Release github action (this will update downloadable release files)
- Create a new release on github