mirror of
https://github.com/chrisbenincasa/tunarr.git
synced 2026-04-18 00:53:35 -04:00
29 lines
613 B
JSON
29 lines
613 B
JSON
{
|
|
"$schema": "https://raw.githubusercontent.com/release-it/release-it/refs/heads/main/schema/release-it.json",
|
|
"plugins": {
|
|
"@release-it/conventional-changelog": {
|
|
"preset": {
|
|
"name": "conventionalcommits"
|
|
},
|
|
"infile": "CHANGELOG.md",
|
|
"bumpStrict": true
|
|
},
|
|
"@release-it/bumper": {
|
|
"out": {
|
|
"file": "(server|web|shared|types)/package.json",
|
|
"path": "version"
|
|
}
|
|
}
|
|
},
|
|
"git": {
|
|
"commitMessage": "chore: release ${version}"
|
|
},
|
|
"npm": {
|
|
"skipChecks": true,
|
|
"publish": false
|
|
},
|
|
"github": {
|
|
"release": true
|
|
}
|
|
}
|