From 84c407f5d24254c6a265763640eac944a18b0954 Mon Sep 17 00:00:00 2001 From: Andreas Dangel Date: Sun, 4 Oct 2015 14:07:12 +0200 Subject: [PATCH] add src zip file in do-release.sh upload instructions --- do-release.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/do-release.sh b/do-release.sh index bb641e66e1..aba9a52db5 100755 --- a/do-release.sh +++ b/do-release.sh @@ -302,6 +302,7 @@ echo " * Set the title: PMD ${RELEASE_VERSION} ($(date -u +%d-%B-%Y))" echo " * copy/paste the changelog.md" echo " * Upload the binary zip file" echo " * Upload the doc zip file" +echo " * Upload the src zip file" echo echo "Press enter to continue..." read