Skip to content

Commit

Permalink
fix: releaserc
Browse files Browse the repository at this point in the history
  • Loading branch information
locona committed Apr 15, 2020
1 parent 68ea881 commit 5c9d180
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .releaserc
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
"branches": [
{name: 'master'},
{name: 'pre/rc', channel: 'pre/rc', prerelease: 'rc'},
{name: 'beta', channel: 'beta', prerelease: 'beta'},
]
{name: 'beta', channel: 'beta', prerelease: 'beta'}
],
"plugins": [
["@semantic-release/commit-analyzer", {
"preset": "conventionalcommits",
Expand Down

0 comments on commit 5c9d180

Please sign in to comment.