Skip to content

Commit 219b3e4

Browse files
committed
Temporarily remove executed steps from remove.sh to close release (the script does not allow uncommited files)
1 parent be6e61e commit 219b3e4

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

release.sh

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -55,16 +55,6 @@ if [[ -n $1 ]]; then
5555
fi
5656
shift
5757

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-
6858
prompt_continue "release version $RELEASE_VERSION to Maven Central"
6959

7060
mvn -Prelease clean deploy $GPG_PASSPHRASE

0 commit comments

Comments
 (0)