Skip to content

Commit 5409ac9

Browse files
chore: add release-v10 distribution channel to .releaserc.json
1 parent 3f7acda commit 5409ac9

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
name: Release from "${{ github.ref_name }}" branch
2525
runs-on: ubuntu-latest
2626
# GH does not allow to limit branches in the workflow_dispatch settings so this here is a safety measure
27-
if: ${{ !inputs.docs_only && (github.ref_name == 'master' || github.ref_name == 'rc' || github.ref_name == 'release-v9') }}
27+
if: ${{ !inputs.docs_only && (github.ref_name == 'master' || github.ref_name == 'rc' || github.ref_name == 'release-v9' || github.ref_name == 'release-v10') }}
2828
env:
2929
NODE_OPTIONS: --max_old_space_size=4096
3030
steps:

.releaserc.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,11 @@
99
{
1010
"name": "rc",
1111
"prerelease": true
12+
},
13+
{
14+
"name": "release-v10",
15+
"channel": "v10",
16+
"range": "10.x"
1217
}
1318
],
1419
"plugins": [

0 commit comments

Comments
 (0)