Skip to content

Commit

Permalink
chore: remove alpha/beta from release flow
Browse files Browse the repository at this point in the history
  • Loading branch information
arjunvegda committed Feb 12, 2022
1 parent 8c73fa1 commit f3e9d26
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,6 @@ on:
branches:
- main
- next
- alpha
- beta
- '*.x'

jobs:
lint-test:
Expand Down
7 changes: 1 addition & 6 deletions .releaserc.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,5 @@
{
"branches": [
"main",
"next",
{ "name": "beta", "prerelease": true },
{ "name": "alpha", "prerelease": true }
],
"branches": ["main", { "name": "next", "prerelease": true }],
"plugins": [
"@semantic-release/commit-analyzer",
"@semantic-release/release-notes-generator",
Expand Down

0 comments on commit f3e9d26

Please sign in to comment.