Skip to content

Commit

Permalink
added github release plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
stevespringett committed Nov 30, 2018
1 parent 3228b42 commit 72144d4
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,10 @@
export JAVA_HOME=`/usr/libexec/java_home -v 1.8`
export PATH=JAVA_HOME/bin:$PATH

read -p "Really deploy to Maven Central repository and GitHub releases (Y/N)? "
read -p "Really deploy to GitHub releases (Y/N)? "
if ( [ "$REPLY" == "Y" ] ) then

mvn clean
mvn release:clean
mvn release:prepare -DupdateWorkingCopyVersions=false
mvn release:perform -Prelease -X -e | tee release.log
mvn github-release:release

else
Expand Down

0 comments on commit 72144d4

Please sign in to comment.