sebthom/jstuff

View on GitHub
.ci/release-trigger.sh

Summary

Maintainability
Test Coverage
# this file is evaluated by .ci/build.sh

POM_CURRENT_VERSION="8.0.0-SNAPSHOT" # perform release if pom.xml matches this version
POM_RELEASE_VERSION="8.0.0" # next release version

DRY_RUN=false # is dry run?
SKIP_TESTS=true # skip tests during release build?