mirror of
https://github.com/aquasecurity/trivy.git
synced 2025-12-05 20:40:16 -08:00
Signed-off-by: knqyf263 <knqyf263@gmail.com> Co-authored-by: simar7 <1254783+simar7@users.noreply.github.com>
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": {
|
|
".": {}
|
|
}
|
|
}
|