Skip to content

Commit

Permalink
chore: fix semantic-release config for the beta branch
Browse files Browse the repository at this point in the history
  • Loading branch information
piotr-oles committed Jan 16, 2020
1 parent 27596fc commit c7a1b2c
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion release.config.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
module.exports = {
branches: ['master', 'beta'],
branches: [
'master',
{
name: 'beta',
prerelease: true
}
],
plugins: [
'@semantic-release/commit-analyzer',
'@semantic-release/release-notes-generator',
Expand Down

0 comments on commit c7a1b2c

Please sign in to comment.