Skip to content

Commit

Permalink
🐛 configure semantic-release
Browse files Browse the repository at this point in the history
  • Loading branch information
FabianWilms committed Apr 5, 2024
1 parent c571b29 commit 852c94a
Show file tree
Hide file tree
Showing 3 changed files with 6,516 additions and 1,251 deletions.
48 changes: 48 additions & 0 deletions .releaserc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
{
"branches": [
"main",
"+([0-9])?(.{+([0-9]),x}).x",
"next",
"next-major",
{
"name": "alpha",
"prerelease": true
},
{
"name": "beta",
"prerelease": true
}
],
"plugins": [
"@semantic-release/commit-analyzer",
"@semantic-release/release-notes-generator",
"@semantic-release/npm",
[
"@semantic-release/github",
{
"assets": [
{
"path": "dist/mde5-patternlab-vue.js",
"label": "JS distribution"
},
{
"path": "dist/mde5-patternlab-vue.umd.cjs",
"label": "UMD/CJS distribution"
},
{
"path": "dist/assets/temporary/muenchende-style.css",
"label": "CSS distribution"
},
{
"path": "dist/assets/temporary/muenchende-fontface.css",
"label": "CSS fontface distribution"
},
{
"path": "dist/assets/temporary/muc-icons.svg",
"label": "SVG sprite distribution"
}
]
}
]
]
}
Loading

0 comments on commit 852c94a

Please sign in to comment.