Skip to content

Commit

Permalink
ci(semantic-release): configure semantic-release for beta branches
Browse files Browse the repository at this point in the history
  • Loading branch information
prokopsimek committed Jan 20, 2020
1 parent eacfa64 commit a529f0f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .releaserc
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,11 @@
"markdownReleaseNotes": true
}
]
],
"branches": [
"master",
"next",
{ name: 'beta', channel: 'beta', prerelease: 'beta'},
{ name: 'debug/*', prerelease: '${name.replace(/^debug\\//g, "")}'}
]
}

0 comments on commit a529f0f

Please sign in to comment.