Small things. Learn more at the Mod's website.
This mod requires AutoRegLib.
This mod makes use of the Java Universal Tween Engine by Aurelien Ribon, licensed under the Apache 2.0 License.
Quark'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 atbuild.properties
- In the editor that pops up, write the changelog
- In
build.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.