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.
1 parent 9bfec56 commit 3c58f6aCopy full SHA for 3c58f6a
dev/release.sh
@@ -48,3 +48,6 @@ git switch -c "release_${VERSION}"
48
./mvnw versions:set -DgenerateBackupPoms=false "-DnewVersion=$VERSION"
49
git commit pom.xml '**/pom.xml' -m "$VERSION"
50
git push
51
+echo
52
+echo "Create PR with the changes. Once it is merged in, create new release."
53
0 commit comments