Skip to content

Commit

Permalink
build: prepare v35 release (#23153)
Browse files Browse the repository at this point in the history
  • Loading branch information
viceice committed Jul 5, 2023
1 parent d3a4d96 commit 3f73207
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
branches:
- main
- v35

pull_request:
types:
Expand Down
5 changes: 5 additions & 0 deletions .releaserc
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,11 @@
"branches": [
{
"name": "main"
},
{
"name": "v35",
"range": "35.x",
"channel": "version35"
}
]
}

0 comments on commit 3f73207

Please sign in to comment.