configure release-it

This commit is contained in:
MapleLeaf
2022-01-09 20:34:44 -06:00
parent 76bd0b0b98
commit 1e4a2bd006

View File

@@ -68,5 +68,13 @@
"resolutions": {
"esbuild": "latest"
},
"prettier": "@itsmapleleaf/configs/prettier"
"release-it": {
"git": {
"commitMessage": "release v${version}"
},
"github": {
"release": true,
"web": true
}
}
}