joshuar-go-hass-agent/release-please-config.json

14 lines
433 B
JSON

{
"packages": {
".": {
"changelog-path": "CHANGELOG.md",
"release-type": "go",
"bump-minor-pre-major": false,
"bump-patch-for-minor-pre-major": false,
"draft": false,
"prerelease": false,
"pull-request-title-pattern": "chore${scope}: :tada: release${component} ${version}"
}
},
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json"
}