Support master or main branch
What does this Merge Request do and why?
This MR updates support/resolve-dependency-commitish
to support master
and main
branches. support/resolve-dependency-commitish
is used in multiple places within the Makefile
to determine which git SHA/tag/branch we should look to pull down.
Before
$ cat gitlab/GITLAB_PAGES_VERSION
master
$ support/resolve-dependency-commitish gitlab/GITLAB_PAGES_VERSION
vmaster
After
$ cat gitlab/GITLAB_PAGES_VERSION
master
$ support/resolve-dependency-commitish gitlab/GITLAB_PAGES_VERSION
master
Merge Request checklist
-
This change is backward compatible. If not, please include steps to communicate to our users. -
Tests added for new functionality. If not, please raise Issue to follow-up. -
Documentation added/updated, if needed. -
gdk doctor
test added, if needed. -
Add the ~highlight
label if this MR should be included in theCHANGELOG.md
.
Edited by Ash McKenzie