Skip to content

Commit

Permalink
ci: update semantic release
Browse files Browse the repository at this point in the history
  • Loading branch information
Wurielle committed Jul 20, 2024
1 parent f6f23b1 commit 809c8dc
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/tag-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ on:
push:
branches:
- main
- pre/rc
- beta
- alpha

jobs:
tag-release:
Expand Down
19 changes: 18 additions & 1 deletion .releaserc
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
{
"branches": ["main"],
"branches": [
"main",
{
"name": "pre/rc",
"channel": "pre/rc",
"prerelease": "rc"
},
{
"name": "beta",
"channel": "beta",
"prerelease": "beta"
},
{
"name": "alpha",
"channel": "alpha",
"prerelease": "alpha"
}
],
"plugins": [
[
"@semantic-release/npm",
Expand Down

0 comments on commit 809c8dc

Please sign in to comment.