File tree Expand file tree Collapse file tree 3 files changed +6516
-1251
lines changed Expand file tree Collapse file tree 3 files changed +6516
-1251
lines changed Original file line number Diff line number Diff line change 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+ }
You can’t perform that action at this time.
0 commit comments