From e3315da9b615a8c4a3b5630f3e48635fe2c56af4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julien=20Moumn=C3=A9?= Date: Wed, 10 May 2017 00:56:23 +0200 Subject: [PATCH] chore: fix publish.sh, ref #65 --- scripts/publish.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/publish.sh b/scripts/publish.sh index 33c1f48..dcda7d8 100644 --- a/scripts/publish.sh +++ b/scripts/publish.sh @@ -4,7 +4,7 @@ set -euo pipefail IFS=$'\n\t' -echo -n 'new version' +echo -n 'new version: ' read NEW_VERSION git checkout master