chore(deps): migrate from standard-version to release-it

This commit is contained in:
Benjamin Canac
2023-06-21 17:17:10 +02:00
parent f7e2082983
commit 87e98f038a
3 changed files with 1364 additions and 82 deletions

22
.release-it.json Normal file
View File

@@ -0,0 +1,22 @@
{
"git": {
"commitMessage": "chore(release): ${version}"
},
"npm": {
"publish": false
},
"github": {
"release": true,
"web": true
},
"hooks": {
"before:init": ["pnpm lint"]
},
"plugins": {
"@release-it/conventional-changelog": {
"preset": "conventionalcommits",
"infile": "CHANGELOG.md",
"ignoreRecommendedBump": true
}
}
}