chore(release-it): update config

This commit is contained in:
Benjamin Canac
2024-02-22 17:57:39 +01:00
parent 6e53cb6281
commit 0ee4f2b75b

View File

@@ -1,6 +1,7 @@
{
"git": {
"commitMessage": "chore(release): ${version}"
"commitMessage": "chore(release): ${version}",
"tagName": "v${version}"
},
"npm": {
"publish": false
@@ -11,7 +12,7 @@
"web": true
},
"hooks": {
"before:init": ["pnpm lint"]
"before:init": ["pnpm lint", "pnpm typecheck", "pnpm test"]
},
"plugins": {
"@release-it/conventional-changelog": {