diff --git a/do-release.sh b/do-release.sh index 0f8f4715f0..059a8fa885 100755 --- a/do-release.sh +++ b/do-release.sh @@ -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