From 2f67ff7a49aba403cad65313268f7b26eac65b1d Mon Sep 17 00:00:00 2001 From: Michael McMahon Date: Wed, 4 Dec 2019 17:00:23 -0500 Subject: [PATCH] Add hardcode tag --- civicrmrebase.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/civicrmrebase.sh b/civicrmrebase.sh index 8714d92..0fd004f 100644 --- a/civicrmrebase.sh +++ b/civicrmrebase.sh @@ -97,6 +97,8 @@ 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. +# tag=5.19.4 echo $tag # Explanation: # git tag --sort=-committerdate | head -n 1 -- 2.25.1