Clean backup poms after release

This commit is contained in:
Juan Martín Sotuyo Dodero
2018-05-29 15:56:45 -03:00
parent 3edb87360a
commit 9e86b00968

View File

@ -161,6 +161,7 @@ EOF
echo
echo "Press enter to continue..."
read
./mvwn release:clean
git commit -a -m "Prepare next development version"
git push origin ${CURRENT_BRANCH}
echo