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

Commit 33e635d

Browse files
committed
Switch to release-it
1 parent 736c4fe commit 33e635d

File tree

3 files changed

+1235
-1
lines changed

3 files changed

+1235
-1
lines changed

.release-it.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"hooks": {
3+
"before:init": ["pnpm lint", "pnpm test"],
4+
"after:bump": "pnpm build"
5+
},
6+
"github": {
7+
"release": true
8+
}
9+
}

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@
5555
"eslint-plugin-import": "^2.22.1",
5656
"eslint-plugin-node": "^11.1.0",
5757
"eslint-plugin-promise": "^5.0.0",
58+
"release-it": "^14.12.4",
5859
"rollup": "^2.62.0",
5960
"rollup-plugin-vue": "^6.0.0",
6061
"tsup": "^5.11.9",

0 commit comments

Comments
 (0)