Skip to content

Commit 43c67e7

Browse files
committed
Add/merge 10.0/1/2 to switch as well
1 parent 7e31024 commit 43c67e7

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

bin/tag-releases

+1-4
Original file line numberDiff line numberDiff line change
@@ -120,12 +120,9 @@ for branch in $BRANCHES; do
120120
;;
121121
10.[0-9]*)
122122
case "${branch#10.}" in
123-
0)
123+
0|1|2)
124124
# Valid branches
125125
;;
126-
1) # Valid branches
127-
;;
128-
129126
*)
130127
fail Invalid branch: $branch
131128
;;

0 commit comments

Comments
 (0)