Files
garage-ui/release-please-config.json
T

18 lines
461 B
JSON

{
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json",
"bump-minor-pre-major": true,
"bump-patch-for-minor-pre-major": false,
"packages": {
".": {
"release-type": "go",
"component": "garage-ui",
"include-component-in-tag": false,
"changelog-path": "CHANGELOG.md",
"extra-files": [
"helm/garage-ui/Chart.yaml",
"helm/garage-ui/README.md"
]
}
}
}