uoa-monitor-service/merge.sh

6 lines
220 B
Bash
Executable File

git checkout prod
git merge --no-ff --no-commit origin/master
git checkout HEAD -- pom.xml
echo "Merge is completed, update version in pom.xml and then commit and push."
echo "Don't forget to checkout master after push"