Skip to content

Commit

Permalink
feat: support pre-releases (2)
Browse files Browse the repository at this point in the history
  • Loading branch information
atheck committed Aug 9, 2022
1 parent e22091b commit 8965068
Show file tree
Hide file tree
Showing 2 changed files with 3 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 @@ -3,6 +3,8 @@ on:
push:
branches:
- main
- beta
- alpha

jobs:
test:
Expand Down
2 changes: 1 addition & 1 deletion .releaserc.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{

"branches": ["main", { "name": "beta", "prerelease": true}, { "name": "alpha", "prerelease": true }]
}

0 comments on commit 8965068

Please sign in to comment.