Skip to content

Commit 5ace598

Browse files
committed
feat(config/release): specify next as a pre-release channel as well
BREAKING CHANGE: the `next` branch will now be treated as pre-releases too
1 parent 9e87c79 commit 5ace598

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/config/release.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ module.exports = {
33
'+([0-9])?(.{+([0-9]),x}).x',
44
'main',
55
'master',
6-
'next',
76
'next-major',
7+
{name: 'next', prerelease: true},
88
{name: 'alpha', prerelease: true},
99
{name: 'beta', prerelease: true},
1010
],

0 commit comments

Comments
 (0)