20 lines
500 B
JSON
20 lines
500 B
JSON
{
|
|
"packages": {
|
|
".": {
|
|
"release-type": "simple",
|
|
"bump-minor-pre-major": true,
|
|
"changelog-type": "github-changelog",
|
|
"include-component-in-tag": false,
|
|
"changelog-path": "CHANGELOG.md",
|
|
"version-file": "package.json",
|
|
"pull-request-title-pattern": "chore(release): {{version}}",
|
|
"tag-separator": "",
|
|
"monorepo-tags": false
|
|
}
|
|
},
|
|
"branch": "main",
|
|
"semantic": "true",
|
|
"changelog-preserve-commits": false,
|
|
"update-notes": true
|
|
}
|