Skip to content

Commit

Permalink
chore: use "trunk" as main branch #blm
Browse files Browse the repository at this point in the history
  • Loading branch information
Xiphe committed Oct 1, 2020
1 parent cd6d1fc commit 9f5b44c
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,20 @@
"afterSign": "electron-builder-notarize"
},
"release": {
"branches": [
"+([0-9])?(.{+([0-9]),x}).x",
"trunk",
"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 9f5b44c

Please sign in to comment.