generated from it-at-m/oss-repository-en-template
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
c571b29
commit 852c94a
Showing
3 changed files
with
6,516 additions
and
1,251 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} | ||
] | ||
} | ||
] | ||
] | ||
} |
Oops, something went wrong.