Skip to content

Commit

Permalink
fix: next branch trigger regular release not pre-release
Browse files Browse the repository at this point in the history
  • Loading branch information
Leecason committed Oct 26, 2023
1 parent 47627d8 commit 6b655c8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ on:
branches:
- master
- next
- next-major
- beta
- alpha

Expand Down
2 changes: 1 addition & 1 deletion .releaserc → .releaserc.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"branches": [
"next",
"master",
{ "name": "next", "prerelease": false },
{ "name": "beta", "prerelease": true },
{ "name": "alpha", "prerelease": true }
],
Expand Down

0 comments on commit 6b655c8

Please sign in to comment.