From 2e74cab4833f5e59f9073f4c42fe71eed8f36eaa Mon Sep 17 00:00:00 2001 From: Jarno Rantanen Date: Tue, 10 Mar 2020 12:21:29 +0200 Subject: [PATCH] Improve instructions for providing the tag being built. --- docs/image-setup.sh | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/image-setup.sh b/docs/image-setup.sh index be98250..9cf7e1b 100755 --- a/docs/image-setup.sh +++ b/docs/image-setup.sh @@ -74,7 +74,11 @@ function unmountSdCard { fi } -question "Enter version (e.g. \"1.2.3\") being built (without \"v\" prefix):" +question "Enter version (e.g. \"1.2.3\") being built" +echo "Omit the \"v\" prefix, it'll be added where needed" +echo "For alpha/beta builds, use a \"-betaN\" suffic" +echo "For RC builds, DO NOT use any suffix, as then the same image can't be promoted to stable without rebuilding" +echo "Enter version:" read TAG working "Updating version file"