Things to make sure I do before I push a new release version:
build.gradle.kts
- Update
THIS_VERSION
- Update
LIVE_VERSION
- Update wiki with new information.
- Create changelog
- Update
- Building
- Run
./gradlew clean googleFormat
- Run
./gradlew build
- Run separate from others because of stupid error
- Upload
OUT/claimchunk-VERSION.jar
as GitHub release with changelog.
- Run
- Post push
- Add new release on Spigot with changelog.
- Add new release on Modrinth with changelog.
- Push to Maven Central:
./gradlew publishToMavenCentral --no-configuration-cache
- Publish release on Maven Central.
- Done!
Make sure to be able to provide support and bugfix releases shortly after :/