Skip to content
This repository was archived by the owner on Jan 2, 2024. It is now read-only.

Commit 294f594

Browse files
committed
ci: use release-config-js
1 parent e92cdeb commit 294f594

File tree

3 files changed

+77
-3166
lines changed

3 files changed

+77
-3166
lines changed

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,9 @@
6767
"pre-commit": "yarn clean && yarn run check && yarn test:postinstall"
6868
}
6969
},
70+
"release": {
71+
"extends": "@holvonix-open/release-config-js"
72+
},
7073
"nyc": {
7174
"skip-full": true,
7275
"cache": false,
@@ -99,8 +102,6 @@
99102
"io-ts": "^2.0.0"
100103
},
101104
"devDependencies": {
102-
"@semantic-release/changelog": "^3.0.4",
103-
"@semantic-release/git": "^7.0.16",
104105
"@types/mocha": "^5.2.5",
105106
"@types/node": "^12.6.9",
106107
"chokidar-cli": "^2.0.0",
@@ -111,7 +112,6 @@
111112
"husky": "^3.0.2",
112113
"mocha": "^6.2.0",
113114
"nyc": "^14.1.1",
114-
"semantic-release": "^15.13.19",
115115
"ts-mocha": "^6.0.0",
116116
"typescript": "~3.5.0"
117117
}

release.config.js

-154
This file was deleted.

0 commit comments

Comments
 (0)