Skip to content

Commit

Permalink
chore: configure prerelease channels
Browse files Browse the repository at this point in the history
  • Loading branch information
lukeocodes committed Oct 3, 2023
1 parent 63251bd commit 96ec320
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ on:
- main
- next
- rc
- beta
- alpha
workflow_dispatch:

jobs:
Expand Down
4 changes: 3 additions & 1 deletion .releaserc.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@
"branches": [
{ "name": "main" },
{ "name": "next", "channel": "next", "prerelease": true },
{ "name": "rc", "channel": "rc", "prerelease": true }
{ "name": "rc", "channel": "rc", "prerelease": true },
{ "name": "beta", "channel": "beta", "prerelease": true },
{ "name": "alpha", "channel": "alpha", "prerelease": true }
],
"plugins": [
[
Expand Down

0 comments on commit 96ec320

Please sign in to comment.