There was an error while loading. Please reload this page.
CHANGELOG.md
gradle check
git checkout -b release/X.Y
version.gradle
isSnapshot = false
export WOT_VERSION=X.Y.Z
git commit -a -S -m "PGPainless-WOT $WOT_VERSION"
git tag -s $WOT_VERSION -m "PGPainless-WOT $WOT_VERSION"
git clean -xdf
gradle publish publishToMavenLocal
isSnapshot = true
git commit -a -S -m "PGPainless-WOT X.Y.(Z+1)-SNAPSHOT"
git push && git push --tags