From 6bb033e63183ea3013e52f37a1fbfdd6f7c841bb Mon Sep 17 00:00:00 2001 From: Michael McMahon Date: Wed, 4 Dec 2019 17:02:23 -0500 Subject: [PATCH] Add hardcode tag doc --- civicrmrebase.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/civicrmrebase.sh b/civicrmrebase.sh index 0fd004f..0abfa5b 100644 --- a/civicrmrebase.sh +++ b/civicrmrebase.sh @@ -97,7 +97,7 @@ git fetch upstream # Extract tag and branch information echo "Latest upstream tag version:" tag=$(git tag --sort=-committerdate | head -n 1) -# To manually upgrade to a different version, hardcode tag. Comment above and uncomment below. +# To manually upgrade to a different version, hardcode tag by uncommenting the line below. # tag=5.19.4 echo $tag # Explanation: -- 2.25.1