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

Commit d275232

Browse files
authored
Merge pull request #256 from asigloo/feature/change-to-vite
fix: semantic-release issue with main branch
2 parents 80c0f73 + 2956346 commit d275232

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

package.json

+16
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)