From ac6db43b6b13a7b4c2aac620ca2c8efa1aa40f7a Mon Sep 17 00:00:00 2001 From: Andreas Dangel Date: Fri, 26 Apr 2024 14:48:39 +0200 Subject: [PATCH] do-release.sh: Clarify the wait --- do-release.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/do-release.sh b/do-release.sh index 4107f3ff5b..10f113a271 100755 --- a/do-release.sh +++ b/do-release.sh @@ -204,6 +204,7 @@ echo echo "Tag has been pushed.... now check github actions: " echo 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 "If it is failing, you can fix the code/scripts and force push the tag via" echo