Skip to content

Commit

Permalink
chore: add release-v10 distribution channel to .releaserc.json
Browse files Browse the repository at this point in the history
  • Loading branch information
arnautov-anton committed Nov 27, 2023
1 parent 3f7acda commit 5409ac9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
name: Release from "${{ github.ref_name }}" branch
runs-on: ubuntu-latest
# GH does not allow to limit branches in the workflow_dispatch settings so this here is a safety measure
if: ${{ !inputs.docs_only && (github.ref_name == 'master' || github.ref_name == 'rc' || github.ref_name == 'release-v9') }}
if: ${{ !inputs.docs_only && (github.ref_name == 'master' || github.ref_name == 'rc' || github.ref_name == 'release-v9' || github.ref_name == 'release-v10') }}
env:
NODE_OPTIONS: --max_old_space_size=4096
steps:
Expand Down
5 changes: 5 additions & 0 deletions .releaserc.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,11 @@
{
"name": "rc",
"prerelease": true
},
{
"name": "release-v10",
"channel": "v10",
"range": "10.x"
}
],
"plugins": [
Expand Down

0 comments on commit 5409ac9

Please sign in to comment.