do-release.sh: Clarify the wait

This commit is contained in:
Andreas Dangel
2024-04-26 14:48:39 +02:00
parent 8a67424c8c
commit ac6db43b6b

View File

@ -204,6 +204,7 @@ echo
echo "Tag has been pushed.... now check github actions: <https://github.com/pmd/pmd/actions>" echo "Tag has been pushed.... now check github actions: <https://github.com/pmd/pmd/actions>"
echo echo
echo "Now wait, until first stage of the release is finished successfully..." echo "Now wait, until first stage of the release is finished successfully..."
echo "You don't need to wait until artefacts are in maven central, just the github action must be successful."
echo echo
echo "If it is failing, you can fix the code/scripts and force push the tag via" echo "If it is failing, you can fix the code/scripts and force push the tag via"
echo echo