From 8c1105f4cdc0564dd38056caf8b6d9a6ad4ebe65 Mon Sep 17 00:00:00 2001 From: Andreas Dangel Date: Sun, 24 May 2020 18:14:55 +0200 Subject: [PATCH] Clearify release step --- do-release.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/do-release.sh b/do-release.sh index 98fc3eaf1d..92a5ec8079 100755 --- a/do-release.sh +++ b/do-release.sh @@ -175,6 +175,9 @@ echo echo echo "Prepare Next development version:" echo "* Update version/date info in **docs/_config.yml**." +echo " move version to previous_version, increase version, make sure it is a SNAPSHOT version" +echo " otherwise the javadoc links won't work during development" +echo " also update the date, e.g. ??-month-year." echo echo echo "Press enter to continue..."