publishing script

pull/3/head
bvn13 2022-08-01 14:20:33 +03:00
parent ec1b55ca31
commit 4835a1ebd7
1 changed files with 15 additions and 0 deletions

15
publish.sh 100755
View File

@ -0,0 +1,15 @@
#!/bin/bash
./mvnw gitflow:release-start gitflow:release-finish
git push origin master
git push --tags
git push origin develop
read -p "Which version to publish? > " version
git checkout $version
./mvnw deploy -Prelease