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 be6e61e commit 219b3e4Copy full SHA for 219b3e4
release.sh
@@ -55,16 +55,6 @@ if [[ -n $1 ]]; then
55
fi
56
shift
57
58
-prompt_continue "set version $RELEASE_VERSION to local git repository"
59
-
60
-mvn versions:set -DnewVersion=$RELEASE_VERSION
61
-sed -i -e "s/$PREVIOUS_VERSION/$RELEASE_VERSION/g" README.md
62
-git commit -am "release $RELEASE_VERSION [ci skip]"
63
64
-prompt_continue "push version $RELEASE_VERSION to remote git repository"
65
66
-git push
67
68
prompt_continue "release version $RELEASE_VERSION to Maven Central"
69
70
mvn -Prelease clean deploy $GPG_PASSPHRASE
0 commit comments