Add hardcode tag
authorMichael McMahon <michael@fsf.org>
Wed, 4 Dec 2019 22:00:23 +0000 (17:00 -0500)
committerMichael McMahon <michael@fsf.org>
Wed, 4 Dec 2019 22:00:23 +0000 (17:00 -0500)
civicrmrebase.sh

index 8714d922d98b1d97fdeec46504ae58bd2db6406d..0fd004f7a8f60ee012fbfc5ce7b69b7cf105456f 100644 (file)
@@ -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)
 # 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
 echo $tag
 # Explanation:
 # git tag --sort=-committerdate | head -n 1