query for contacts with board forum access
[civicrm-scripts.git] / civicrmrebase.sh
index 8714d922d98b1d97fdeec46504ae58bd2db6406d..0abfa5b36d59b837718a37c2e7f2b19f695687fe 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)
+# To manually upgrade to a different version, hardcode tag by uncommenting the line below.
+# tag=5.19.4
 echo $tag
 # Explanation:
 # git tag --sort=-committerdate | head -n 1