We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d6dc0a commit ccedcecCopy full SHA for ccedcec
.github/workflows/ci.yml
@@ -7,7 +7,6 @@ on:
7
push:
8
branches:
9
- main
10
- - v4*
11
tags:
12
- v*.*.*
13
pull_request:
.github/workflows/downstream.yml
@@ -9,7 +9,6 @@ on:
- - v4.x
14
15
bin/bump-upstream
@@ -38,9 +38,9 @@ if [[ -n "$($git_cmd status --porcelain --untracked-files=no)" ]]; then
38
fi
39
40
if [[ $upstream_tag =~ ^v4 ]] ; then
41
- base_branch="v4.x"
42
-elif [[ $upstream_tag =~ ^v3 ]] ; then
43
base_branch="main"
+elif [[ $upstream_tag =~ ^v3 ]] ; then
+ base_branch="v3.x"
44
else
45
fail "Whoa! A new major version? Need to update the ${0} script."
46
0 commit comments