Skip to content

Commit b830102

Browse files
committed
fix: set prerelease to true for next and nexst-major
1 parent b345d4f commit b830102

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

release.config.js

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,16 @@
11
module.exports = {
22
"dryRun": false,
3-
"branches": ["next", "next-major", "main"],
3+
"branches": [
4+
{
5+
"name": "next",
6+
"prerelease": true
7+
},
8+
{
9+
"name": "next-major",
10+
"prerelease": true
11+
},
12+
"main"
13+
],
414
"plugins": [
515
"@semantic-release/commit-analyzer",
616
"@semantic-release/release-notes-generator",

0 commit comments

Comments
 (0)