Add info messages during merge

This commit is contained in:
Konstantinos Triantafyllou 2022-09-13 13:01:53 +03:00
parent c6d613eb64
commit e473740e9c
1 changed files with 2 additions and 0 deletions

View File

@ -1,3 +1,5 @@
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"