From: Michael McMahon Date: Wed, 4 Dec 2019 22:00:23 +0000 (-0500) Subject: Add hardcode tag X-Git-Url: https://vcs.fsf.org/?p=civicrm-scripts.git;a=commitdiff_plain;h=2f67ff7a49aba403cad65313268f7b26eac65b1d Add hardcode tag --- 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