You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This automatically detects branches like civicrm-drupal's 7.x-master. However, if you haven't locally checked out 6.x-master or 8.x-master, then it won't find them. (Those are available as remote branches... not as local branches.)
For this use-case, the intent is really to produce tags/branches based off the upstream code, e.g.
git scan tag 4.7.10-pre1 origin/master -p -n -T
I don't think git scan tag or git scan branch would handle that correctly right now.
The text was updated successfully, but these errors were encountered:
We use
git scan branch
andgit scan tag
for pre-releases and release-candidates in Civi ( http://wiki.civicrm.org/confluence/display/CRM/Release+checklist ), e.g.This automatically detects branches like
civicrm-drupal
's7.x-master
. However, if you haven't locally checked out6.x-master
or8.x-master
, then it won't find them. (Those are available as remote branches... not as local branches.)For this use-case, the intent is really to produce tags/branches based off the upstream code, e.g.
I don't think
git scan tag
orgit scan branch
would handle that correctly right now.The text was updated successfully, but these errors were encountered: