We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
CHANGELOG.md
README.md
gradle check javadocAll
git checkout -b release/X.Y
version.gradle
isSnapshot = false
export CERT_D_VERSION=X.Y.Z
git commit -a -S -m "Cert-D-Java $CERT_D_VERSION"
git tag -s $CERT_D_VERSION -m "Cert-D-Java $CERT_D_VERSION"
git clean -x -d -f
gradle publish publishToMavenLocal
isSnapshot = true
git commit -a -S -m "Cert-D-Java-X.Y.(Z+1)-SNAPSHOT"
git push && git push --tags