merge_helpers.sh: upstream renamed master -> main
Change-Id: I7980f26bdc7f90399999d8b86536b92ca1683d10
This commit is contained in:
parent
f66747e972
commit
0389084cb6
|
@ -23,7 +23,7 @@ require_clean_git() {
|
|||
}
|
||||
|
||||
upstream_latest_tag() {
|
||||
git describe --abbrev=0 upstream/master --tags
|
||||
git describe --abbrev=0 upstream/main --tags
|
||||
}
|
||||
upstream_previous_tag() {
|
||||
#git describe --abbrev=0 `upstream_latest_tag`~1 --tags
|
||||
|
|
Loading…
Reference in New Issue