diff --git a/do-release.sh b/do-release.sh index ed4fce7b5b..1e5946f846 100755 --- a/do-release.sh +++ b/do-release.sh @@ -107,19 +107,20 @@ echo cat <" +echo "Check the milestone on github:" +echo "" +echo " --> move any open issues to the next milestone, close the current milestone" +echo " --> Maybe there are some milestones on sourceforge, too: ." echo echo echo @@ -171,7 +172,12 @@ echo echo "Send out an announcement mail to the mailing list:" echo "To: PMD Developers List " echo "Subject: [ANNOUNCE] PMD ${RELEASE_VERSION} Released" -echo "Body: !!Copy Changelog!!" +echo +echo " * Downloads: https://github.com/pmd/pmd/releases/tag/pmd_releases%2F${RELEASE_VERSION}" +echo " * Documentation: https://pmd.github.io/pmd-${RELEASE_VERSION}/" +echo +echo " And Copy-Paste the release notes" +echo echo echo echo "------------------------------------------"