Skip to content
This repository has been archived by the owner on Nov 2, 2021. It is now read-only.

Commit

Permalink
ci: explicitly enable 'main' for semantic release
Browse files Browse the repository at this point in the history
semantic-release does not yet support `main` as a default
branch name.
see semantic-release/semantic-release#1581
  • Loading branch information
amclin committed Jul 1, 2021
1 parent c20370b commit 7d50c5a
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions package.json
Expand Up @@ -49,6 +49,20 @@
"husky": "^7.0.0"
},
"release": {
"branches": [
"+([0-9])?(.{+([0-9]),x}).x",
"master",
"main",
"next",
"next-major",
{
"name": "beta",
"prerelease": true
}, {
"name": "alpha",
"prerelease": true
}
],
"plugins": [
"@semantic-release/commit-analyzer",
"@semantic-release/release-notes-generator",
Expand Down

0 comments on commit 7d50c5a

Please sign in to comment.