chore: initial setup for fork release workflow.
Renovate / renovate (push) Failing after 4m6s
Release Bundled Action / release (push) Failing after 10s

This commit is contained in:
2025-11-19 10:29:42 -05:00
parent 2c36c04da6
commit 31e1870ea1
3 changed files with 96 additions and 7 deletions
@@ -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
}