mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2025-02-17 12:30:07 +03:00
merge_helpers.sh: Fix downstream_latest_tag after introducing sc_last
Change-Id: I558633e54c445770ef9d99ce42286f208edbb15d
This commit is contained in:
parent
9c2dcb9233
commit
c8c82d40dd
1 changed files with 1 additions and 1 deletions
|
@ -100,7 +100,7 @@ downstream_latest_tag() {
|
||||||
local commit="HEAD"
|
local commit="HEAD"
|
||||||
while true; do
|
while true; do
|
||||||
local tag=`git describe --abbrev=0 "$commit" --tags`
|
local tag=`git describe --abbrev=0 "$commit" --tags`
|
||||||
if [[ "$tag" =~ "sc_" ]]; then
|
if [[ "$tag" =~ "sc_v" ]]; then
|
||||||
echo "$tag"
|
echo "$tag"
|
||||||
break
|
break
|
||||||
else
|
else
|
||||||
|
|
Loading…
Add table
Reference in a new issue