Skip to content

Commit 0618f0c

Browse files
committed
chore(release): customize branches
next should release prerelease versions
1 parent bebcba3 commit 0618f0c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

release.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ const base = require("semantic-release-npm-github-publish");
22

33
module.exports = {
44
...base,
5+
branches: ['+([0-9])?(.{+([0-9]),x}).x', 'master', {name: 'next', prerelease: true}, {name: 'beta', prerelease: true}, {name: 'alpha', prerelease: true}],
56
releaseRules: [],
67
plugins: [
78
...base.plugins.slice(1),

0 commit comments

Comments
 (0)