We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
next
1 parent 9e87c79 commit 5ace598Copy full SHA for 5ace598
src/config/release.config.js
@@ -3,8 +3,8 @@ module.exports = {
3
'+([0-9])?(.{+([0-9]),x}).x',
4
'main',
5
'master',
6
- 'next',
7
'next-major',
+ {name: 'next', prerelease: true},
8
{name: 'alpha', prerelease: true},
9
{name: 'beta', prerelease: true},
10
],
0 commit comments