Skip to content
This repository was archived by the owner on Jun 10, 2022. It is now read-only.

Commit a5e4ff2

Browse files
committed
chore(ci): use release.config.js
1 parent 966f994 commit a5e4ff2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

package.json

-3
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,6 @@
3131
}
3232
}
3333
},
34-
"release": {
35-
"extends": "@semantic-release/apm-config"
36-
},
3734
"dependencies": {
3835
"etch": "^0.14.0",
3936
"promisificator": "^4.1.1",

release.config.js

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
module.exports = {
2+
"extends": "@semantic-release/apm-config",
3+
};

0 commit comments

Comments
 (0)