Skip to content

Commit f0d805d

Browse files
committed
Create 2.x.x-stable branch
1 parent b8634c7 commit f0d805d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/test-linux.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ name: Build (Linux)
33
on:
44
push:
55
branches:
6-
- main
6+
- 2.x.x-stable
77
pull_request:
88
branches:
9-
- main
9+
- 2.x.x-stable
1010

1111
jobs:
1212
build:

release-versions.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
RELEASE_VERSION="2.7.0.RC1"
22
DEVELOPMENT_VERSION="2.7.0-SNAPSHOT"
3-
RELEASE_BRANCH="main"
3+
RELEASE_BRANCH="2.x.x-stable"

0 commit comments

Comments
 (0)