Skip to content

Commit 3c58f6a

Browse files
committed
print instructions at the end
1 parent 9bfec56 commit 3c58f6a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

dev/release.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,3 +48,6 @@ git switch -c "release_${VERSION}"
4848
./mvnw versions:set -DgenerateBackupPoms=false "-DnewVersion=$VERSION"
4949
git commit pom.xml '**/pom.xml' -m "$VERSION"
5050
git push
51+
echo
52+
echo "Create PR with the changes. Once it is merged in, create new release."
53+
echo

0 commit comments

Comments
 (0)