Skip to content

Commit c963997

Browse files
committed
Fix: added "semantic-release" package
1 parent 3e98f66 commit c963997

File tree

2 files changed

+2527
-73
lines changed

2 files changed

+2527
-73
lines changed

package.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@
4949
"rollup-plugin-postcss": "^3.1.1",
5050
"rollup-plugin-terser": "^6.1.0",
5151
"rollup-plugin-typescript2": "^0.27.1",
52+
"semantic-release": "^17.0.8",
5253
"standard": "^14.3.4",
5354
"standard-prettier": "^1.0.1",
5455
"ts-jest": "^26.0.0",
@@ -59,6 +60,14 @@
5960
"react": "^16",
6061
"react-dom": "^16"
6162
},
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+
],
6271
"jest": {
6372
"preset": "ts-jest",
6473
"testEnvironment": "jsdom",

0 commit comments

Comments
 (0)