mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2024-11-21 17:05:39 +03:00
merge_helpers.sh: upstream renamed master -> main
Change-Id: I7980f26bdc7f90399999d8b86536b92ca1683d10
This commit is contained in:
parent
f66747e972
commit
0389084cb6
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue