Files
trivy/release-please-config.json
2024-05-29 05:02:00 +00:00

12 lines
329 B
JSON

{
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json",
"release-type": "go",
"include-component-in-tag": false,
"bump-minor-pre-major": true,
"skip-github-release": true,
"pull-request-title-pattern": "release: v${version} [${branch}]",
"packages": {
".": {}
}
}