publishing script
This commit is contained in:
parent
ec1b55ca31
commit
4835a1ebd7
15
publish.sh
Executable file
15
publish.sh
Executable 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
|
Loading…
Reference in New Issue
Block a user