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 dae22cf commit a62ffcfCopy full SHA for a62ffcf
package.json
@@ -22,6 +22,13 @@
22
"build:rollup": " rollup --config config/rollup.config.js",
23
"build:tsc": "ts-node config/move-files.ts"
24
},
25
+ "plugins": [
26
+ "@semantic-release/commit-analyzer",
27
+ "@semantic-release/release-notes-generator",
28
+ "@semantic-release/changelog",
29
+ "@semantic-release/npm",
30
+ "@semantic-release/git"
31
+ ],
32
"husky": {
33
"hooks": {
34
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS",
@@ -67,6 +74,7 @@
67
74
"rollup": "^2.28.2",
68
75
"rollup-plugin-commonjs": "^10.1.0",
69
76
"rollup-plugin-typescript2": "^0.27.2",
77
+ "semantic-release": "^17.1.2",
70
78
"sortablejs": "^1.10.0",
71
79
"ts-node": "^9.0.0",
72
80
"typescript": "^4.0.3"
0 commit comments