Skip to content
Snippets Groups Projects
Commit 22299cff authored by Mike McQuaid's avatar Mike McQuaid
Browse files

update.sh: always use stable branch for tags.

This avoids creating a new branch that’ll never be deleted for each tag
and differentiates between the `master` and `stable` branches.
parent 6eebea45
No related branches found
No related tags found
No related merge requests found
......@@ -225,7 +225,7 @@ merge_or_rebase() {
if [ -n "$UPSTREAM_TAG" ]
then
REMOTE_REF="refs/tags/$UPSTREAM_TAG"
UPSTREAM_BRANCH="v$UPSTREAM_TAG"
UPSTREAM_BRANCH="stable"
else
REMOTE_REF="origin/$UPSTREAM_BRANCH"
fi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment