mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-14 12:14:41 +01:00
23 lines
390 B
JSON
23 lines
390 B
JSON
{
|
|
"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
|
|
}
|
|
}
|
|
}
|