uoa-monitor-service/merge.sh

6 lines
220 B
Bash
Raw Normal View History

2022-09-13 11:06:45 +02:00
git checkout prod
git merge --no-ff --no-commit origin/master
git checkout HEAD -- pom.xml
2022-09-13 12:01:53 +02:00
echo "Merge is completed, update version in pom.xml and then commit and push."
echo "Don't forget to checkout master after push"