mirror of
https://github.com/graycoreio/github-actions-magento2.git
synced 2026-06-08 19:46:41 +00:00
20 lines
532 B
JSON
20 lines
532 B
JSON
{
|
|
"bump-minor-pre-major": true,
|
|
"bump-patch-for-minor-pre-major": true,
|
|
"draft-pull-request": true,
|
|
"prerelease": false,
|
|
"include-component-in-tag": false,
|
|
"include-v-in-tag": true,
|
|
"pull-request-title-pattern": "chore: release ${version}",
|
|
"packages": {
|
|
".": {
|
|
"release-type": "node",
|
|
"versioning": "prerelease",
|
|
"extra-files": [
|
|
{ "type": "generic", "path": "*/README.md", "glob": true },
|
|
{ "type": "generic", "path": "docs/workflows/*.md", "glob": true }
|
|
]
|
|
}
|
|
}
|
|
}
|