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

Commit 5c70661

Browse files
committed
configure release-it
1 parent d4d148e commit 5c70661

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

package.json

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,5 +89,20 @@
8989
"unicorn/no-process-exit": "off"
9090
}
9191
},
92-
"prettier": "@itsmapleleaf/configs/prettier"
92+
"prettier": "@itsmapleleaf/configs/prettier",
93+
"release-it": {
94+
"git": {
95+
"commitMessage": "v${version}",
96+
"commit": true,
97+
"tag": true,
98+
"push": true
99+
},
100+
"npm": {
101+
"publish": true
102+
},
103+
"github": {
104+
"release": true,
105+
"web": true
106+
}
107+
}
93108
}

0 commit comments

Comments
 (0)