Skip to content

Commit 900b604

Browse files
author
Vladimir Kotal
committed
add initial pull
1 parent 506fa6b commit 900b604

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

dev/release.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,8 @@ if [[ $ver == $VERSION ]]; then
2828
exit 1
2929
fi
3030

31-
mvn versions:set -DgenerateBackupPoms=false -DnewVersion=$VERSION && \
31+
git pull --ff-only && \
32+
mvn versions:set -DgenerateBackupPoms=false -DnewVersion=$VERSION && \
3233
git commit pom.xml **/pom.xml -m $VERSION && \
3334
git push && \
3435
git tag $VERSION

0 commit comments

Comments
 (0)