mirror of
https://github.com/ClassiCube/MCGalaxy.git
synced 2025-09-22 03:55:18 -04:00
Page:
New release
Pages
API breakages
API changes
BlockDB format
Bots
Brushes
Chat
Command Template
Commands
Compiling for .NET 2.0
Copy and paste
Creating levels
Custom blocks
Custom textures
Data and configuration files overview
Discord relay bot
Drawing
Home
Level format
Level permissions
Message blocks
Moderation
New release
Physics blocks
Portals
Public Custom Commands
Public Custom Plugins
Scripting
Standalone builds using mkbundle
World appearance
Clone
2
New release
UnknownShadow200 edited this page 2025-03-10 11:00:56 +11:00
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