mirror of
https://github.com/graycoreio/github-actions-magento2.git
synced 2026-06-08 19:46:41 +00:00
aa1b545010
Files under `.github/workflows/` require the `workflow` PAT scope to modify. Once release-please's `extra-files` glob started rewriting these README files on release, the action failed with "Error adding to tree." Moving the docs to `docs/workflows/` lets the existing token update them without needing a wider scope.
19 lines
497 B
JSON
19 lines
497 B
JSON
{
|
|
"bump-minor-pre-major": true,
|
|
"bump-patch-for-minor-pre-major": true,
|
|
"draft-pull-request": true,
|
|
"prerelease": true,
|
|
"include-component-in-tag": false,
|
|
"include-v-in-tag": true,
|
|
"pull-request-title-pattern": "chore: release ${version}",
|
|
"packages": {
|
|
".": {
|
|
"release-type": "node",
|
|
"extra-files": [
|
|
{ "type": "generic", "path": "*/README.md", "glob": true },
|
|
{ "type": "generic", "path": "docs/workflows/*.md", "glob": true }
|
|
]
|
|
}
|
|
}
|
|
}
|