X-Git-Url: https://vcs.fsf.org/?p=civicrm-scripts.git;a=blobdiff_plain;f=civicrmrebase.sh;fp=civicrmrebase.sh;h=0abfa5b36d59b837718a37c2e7f2b19f695687fe;hp=0fd004f7a8f60ee012fbfc5ce7b69b7cf105456f;hb=6bb033e63183ea3013e52f37a1fbfdd6f7c841bb;hpb=2f67ff7a49aba403cad65313268f7b26eac65b1d 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: