mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-14 12:14:41 +01:00
17 lines
334 B
JSON
17 lines
334 B
JSON
{
|
|
"git": {
|
|
"commitMessage": "chore(release): v${version}",
|
|
"tagName": "v${version}"
|
|
},
|
|
"plugins": {
|
|
"@release-it/conventional-changelog": {
|
|
"preset": {
|
|
"name": "conventionalcommits"
|
|
},
|
|
"infile": "CHANGELOG.md",
|
|
"header": "# Changelog",
|
|
"ignoreRecommendedBump": true
|
|
}
|
|
}
|
|
}
|