feat(Branching): change badge to support prerelease

This commit is contained in:
Wolfram Gulde 2021-07-13 10:17:37 +02:00
parent 72abe3f094
commit 8e4e070234

View File

@ -14,7 +14,7 @@
- echo $VERSION
- pull
- echo $VERSION > $ARTIFACT
- curl https://img.shields.io/badge/Version-$VERSION-green.svg --output $ARTIFACT.svg
- curl https://img.shields.io/static/v1?label=Version-&message=$VERSION&color=green --output $ARTIFACT.svg
- >
if [ "${MVN_VERSION}" == "true" ]; then
mvn versions:set -DnewVersion=$VERSION -DgenerateBackupPoms=false