Skip to content

Commit

Permalink
Merge pull request #3889 from terrestris/major-release
Browse files Browse the repository at this point in the history
ci: enable major release
  • Loading branch information
simonseyock authored Jun 12, 2024
2 parents dd1c7ba + ee88f67 commit 7b3247e
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .releaserc
Original file line number Diff line number Diff line change
@@ -1,15 +1,10 @@
{
"branches": [
{
"name": "main",
"prerelease": true,
"channel": "next"
},
"main",
{
"name": "next",
"prerelease": true
},
"release"
}
],
"plugins": [
"@semantic-release/commit-analyzer",
Expand Down

0 comments on commit 7b3247e

Please sign in to comment.