feat(Branching): change badge to support prerelease
This commit is contained in:
parent
72abe3f094
commit
8e4e070234
@ -14,7 +14,7 @@
|
|||||||
- echo $VERSION
|
- echo $VERSION
|
||||||
- pull
|
- pull
|
||||||
- echo $VERSION > $ARTIFACT
|
- 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
|
if [ "${MVN_VERSION}" == "true" ]; then
|
||||||
mvn versions:set -DnewVersion=$VERSION -DgenerateBackupPoms=false
|
mvn versions:set -DnewVersion=$VERSION -DgenerateBackupPoms=false
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user