diff --git a/do-release.sh b/do-release.sh index 10f113a271..523f41b722 100755 --- a/do-release.sh +++ b/do-release.sh @@ -346,6 +346,8 @@ tweet="${tweet//$'\r'/}" tweet="${tweet//$'\n'/%0A}" echo "* Tweet about this release on https://twitter.com/pmd_analyzer:" echo " " +echo "* Post this also into :" +echo " PMD ${RELEASE_VERSION} released: https://github.com/pmd/pmd/releases/tag/pmd_releases/${RELEASE_VERSION} #PMD" echo echo echo "Now waiting for the release to be finished..."