Skip to content

Commit 852c94a

Browse files
committed
🐛 configure semantic-release
1 parent c571b29 commit 852c94a

File tree

3 files changed

+6516
-1251
lines changed

3 files changed

+6516
-1251
lines changed

.releaserc.json

Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,48 @@
1+
{
2+
"branches": [
3+
"main",
4+
"+([0-9])?(.{+([0-9]),x}).x",
5+
"next",
6+
"next-major",
7+
{
8+
"name": "alpha",
9+
"prerelease": true
10+
},
11+
{
12+
"name": "beta",
13+
"prerelease": true
14+
}
15+
],
16+
"plugins": [
17+
"@semantic-release/commit-analyzer",
18+
"@semantic-release/release-notes-generator",
19+
"@semantic-release/npm",
20+
[
21+
"@semantic-release/github",
22+
{
23+
"assets": [
24+
{
25+
"path": "dist/mde5-patternlab-vue.js",
26+
"label": "JS distribution"
27+
},
28+
{
29+
"path": "dist/mde5-patternlab-vue.umd.cjs",
30+
"label": "UMD/CJS distribution"
31+
},
32+
{
33+
"path": "dist/assets/temporary/muenchende-style.css",
34+
"label": "CSS distribution"
35+
},
36+
{
37+
"path": "dist/assets/temporary/muenchende-fontface.css",
38+
"label": "CSS fontface distribution"
39+
},
40+
{
41+
"path": "dist/assets/temporary/muc-icons.svg",
42+
"label": "SVG sprite distribution"
43+
}
44+
]
45+
}
46+
]
47+
]
48+
}

0 commit comments

Comments
 (0)