We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66e56d3 commit ddac82aCopy full SHA for ddac82a
package.json
@@ -24,6 +24,22 @@
24
"type": "git",
25
"url": "https://github.com/FullstackWEB-developer/dcl-ui.git"
26
},
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
+ },
43
"keywords": [
44
"dcl",
45
"ui",
0 commit comments