Skip to content

Commit ddac82a

Browse files
fix(development): release conifg dist
1 parent 66e56d3 commit ddac82a

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

package.json

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,22 @@
2424
"type": "git",
2525
"url": "https://github.com/FullstackWEB-developer/dcl-ui.git"
2626
},
27+
"release": {
28+
"branches": [
29+
"master"
30+
],
31+
"plugins": [
32+
"@semantic-release/commit-analyzer",
33+
"@semantic-release/release-notes-generator",
34+
[
35+
"@semantic-release/github",
36+
{
37+
"assets": [["dist", "!**/*.css"]]
38+
}
39+
],
40+
"@semantic-release/npm"
41+
]
42+
},
2743
"keywords": [
2844
"dcl",
2945
"ui",

0 commit comments

Comments
 (0)