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 3e98f66 commit c963997Copy full SHA for c963997
package.json
@@ -49,6 +49,7 @@
49
"rollup-plugin-postcss": "^3.1.1",
50
"rollup-plugin-terser": "^6.1.0",
51
"rollup-plugin-typescript2": "^0.27.1",
52
+ "semantic-release": "^17.0.8",
53
"standard": "^14.3.4",
54
"standard-prettier": "^1.0.1",
55
"ts-jest": "^26.0.0",
@@ -59,6 +60,14 @@
59
60
"react": "^16",
61
"react-dom": "^16"
62
},
63
+ "plugins": [
64
+ "@semantic-release/commit-analyzer",
65
+ "@semantic-release/release-notes-generator",
66
+ "@semantic-release/changelog",
67
+ "@semantic-release/github",
68
+ "@semantic-release/npm",
69
+ "@semantic-release/git"
70
+ ],
71
"jest": {
72
"preset": "ts-jest",
73
"testEnvironment": "jsdom",
0 commit comments