Skip to content

Commit a8c50a5

Browse files
committed
chore: update .releaserc.cjs for @semantic-release/github assets
1 parent 1fc2c8b commit a8c50a5

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

.releaserc.cjs

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,7 @@ module.exports = {
1111
[
1212
"@semantic-release/github",
1313
{
14-
assets: [
15-
{ path: "build/index.es.js", label: "" },
16-
{ path: "build/index.d.ts", label: "" },
17-
{ path: "build/index.iife.js", label: "" },
18-
{ path: "package.json", label: "" },
19-
{ path: "README.md", label: "" },
20-
{ path: "LICENSE", label: "" },
21-
],
14+
assets: ["build", "package.json", "README.md", "LICENSE"],
2215
},
2316
],
2417
],

0 commit comments

Comments
 (0)