Skip to content

Commit

Permalink
fix: use consistent .releaserc-json file
Browse files Browse the repository at this point in the history
  • Loading branch information
dgschwindturo committed Mar 25, 2022
1 parent ee13b3c commit 8f42ce4
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .releaserc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"branches": [
"main",
{
"channel": "next",
"name": "(f|b|c)/*",
"prerelease": "beta-<%= (/^\\w+-\\d+/.exec(name.substr(2)) || [])[0] %>"
}
],
"plugins": [
"@semantic-release/commit-analyzer",
"@semantic-release/release-notes-generator",
"@semantic-release/github"
]
}

0 comments on commit 8f42ce4

Please sign in to comment.