mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-14 04:04:32 +01:00
28 lines
530 B
JSON
28 lines
530 B
JSON
{
|
|
"git": {
|
|
"commitMessage": "chore(release): v${version}",
|
|
"tagName": "v${version}"
|
|
},
|
|
"npm": {
|
|
"publish": false
|
|
},
|
|
"github": {
|
|
"release": true,
|
|
"releaseName": "v${version}",
|
|
"web": true
|
|
},
|
|
"hooks": {
|
|
"before:init": ["pnpm lint", "pnpm typecheck"]
|
|
},
|
|
"plugins": {
|
|
"@release-it/conventional-changelog": {
|
|
"preset": {
|
|
"name": "conventionalcommits"
|
|
},
|
|
"infile": "CHANGELOG.md",
|
|
"header": "# Changelog",
|
|
"ignoreRecommendedBump": true
|
|
}
|
|
}
|
|
}
|