Functional minimalistic Unit Frames for the modern Minecrafter
Neat's release process is mostly automated. Here's the steps:
- Pull master so you're up to date, make sure everything is committed
- Run
git tag -a release-<mc_version>-<build_number>
. If you don't know or remember what those are, look atgradle.properties
- In the editor that pops up, write the changelog
- In
gradle.properties
, increment the build_number by one for the next version. Commit this. - Push master and the release tag:
git push origin master release-<mc_version>-<build_number>
- Shortly after, the mod should be automatically uploaded to GitHub's release tab, Modrinth, and CurseForge.
Releases are signed with the Violet Moon signing key, see this page for information about how to verify the artifacts.