Skip to content

Commit

Permalink
Move release script to bin folder.
Browse files Browse the repository at this point in the history
  • Loading branch information
uhafner committed Feb 11, 2021
1 parent da2a29a commit f2e2c9e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions plugin/release.sh → bin/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

git pull
git push
cd plugin
mvn -B clean build-helper:parse-version release:prepare release:perform -DdevelopmentVersion=\${parsedVersion.majorVersion}.\${parsedVersion.nextMinorVersion}.0-SNAPSHOT


0 comments on commit f2e2c9e

Please sign in to comment.