Skip to content
This repository was archived by the owner on Jun 27, 2023. It is now read-only.

Commit 2956346

Browse files
committed
fix: semantic-release issue with main branch
1 parent 0aea046 commit 2956346

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

package.json

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,22 @@
2121
"test:components": "cypress open-ct",
2222
"test:watch": "jest --verbose --no-cache --watchAll"
2323
},
24+
"release": {
25+
"branches": [
26+
"+([0-9])?(.{+([0-9]),x}).x",
27+
"main",
28+
"next",
29+
"next-major",
30+
{
31+
"name": "beta",
32+
"prerelease": true
33+
},
34+
{
35+
"name": "alpha",
36+
"prerelease": true
37+
}
38+
]
39+
},
2440
"main": "dist/as-dynamic-forms.cjs.js",
2541
"module": "dist/as-dynamic-forms.es.js",
2642
"browser": "dist/as-dynamic-forms.es.js",

0 commit comments

Comments
 (0)