mirror of
https://github.com/aquasecurity/trivy.git
synced 2026-01-31 13:53:14 +08:00
12 lines
329 B
JSON
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": {
|
||
|
|
".": {}
|
||
|
|
}
|
||
|
|
}
|