chore: initial setup for fork release workflow.
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"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
|
||||
}
|
||||
Reference in New Issue
Block a user