Skip to content

Commit 095e54e

Browse files
committed
fix: add master to semantic-release branches config
1 parent ec11c9a commit 095e54e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.releaserc.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
module.exports = {
22
branches: [
3+
'master',
34
{ name: 'release/+([0-9])?(.{+([0-9]),x}).x', prerelease: false } // ONLY release branches
45
],
56
plugins: [

0 commit comments

Comments
 (0)