Skip to content

Commit ccedcec

Browse files
committed
Renamed branches, see #73
1 parent 3d6dc0a commit ccedcec

File tree

3 files changed

+2
-4
lines changed

3 files changed

+2
-4
lines changed

.github/workflows/ci.yml

-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ on:
77
push:
88
branches:
99
- main
10-
- v4*
1110
tags:
1211
- v*.*.*
1312
pull_request:

.github/workflows/downstream.yml

-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ on:
99
push:
1010
branches:
1111
- main
12-
- v4.x
1312
tags:
1413
- v*.*.*
1514
pull_request:

bin/bump-upstream

+2-2
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,9 @@ if [[ -n "$($git_cmd status --porcelain --untracked-files=no)" ]]; then
3838
fi
3939

4040
if [[ $upstream_tag =~ ^v4 ]] ; then
41-
base_branch="v4.x"
42-
elif [[ $upstream_tag =~ ^v3 ]] ; then
4341
base_branch="main"
42+
elif [[ $upstream_tag =~ ^v3 ]] ; then
43+
base_branch="v3.x"
4444
else
4545
fail "Whoa! A new major version? Need to update the ${0} script."
4646
fi

0 commit comments

Comments
 (0)