Avanatiker / WorldTools

A powerful Minecraft Mod that captures high-detail snapshots of server worlds locally.
GNU General Public License v3.0
93 stars 13 forks source link

Build and Release Actions #2

Closed rfresh2 closed 1 year ago

rfresh2 commented 1 year ago

Release Process:

  1. Push a semver git tag: git tag 1.0.0 && git push origin 1.0.0. This needs to match the mod_version property
  2. Fabric + Forge releases are automatically built and published to Modrinth, CurseForge, and Github Releases
  3. Increment the mod_version property before the next release
  4. ???
  5. Profit