mirror of
https://github.com/k8sgpt-ai/k8sgpt.git
synced 2025-04-27 11:11:31 +00:00
75 lines
1.6 KiB
JSON
75 lines
1.6 KiB
JSON
{
|
|
"packages": {
|
|
".": {
|
|
"changelog-path": "CHANGELOG.md",
|
|
"release-type": "go",
|
|
"prerelease": false,
|
|
"bump-minor-pre-major": true,
|
|
"bump-patch-for-minor-pre-major": true,
|
|
"draft": false,
|
|
"extra-files": [
|
|
"README.md",
|
|
"deploy/manifest.yaml",
|
|
"chart/Chart.yaml",
|
|
"chart/values.yaml",
|
|
"container/manifests/deployment.yaml"
|
|
],
|
|
"changelog-sections": [
|
|
{
|
|
"type": "feat",
|
|
"section": "Features"
|
|
},
|
|
{
|
|
"type": "fix",
|
|
"section": "Bug Fixes"
|
|
},
|
|
{
|
|
"type": "chore",
|
|
"section": "Other"
|
|
},
|
|
{
|
|
"type": "docs",
|
|
"section": "Docs"
|
|
},
|
|
{
|
|
"type": "perf",
|
|
"section": "Performance"
|
|
},
|
|
{
|
|
"type": "build",
|
|
"hidden": true,
|
|
"section": "Build"
|
|
},
|
|
{
|
|
"type": "deps",
|
|
"section": "Dependency Updates"
|
|
},
|
|
{
|
|
"type": "ci",
|
|
"hidden": true,
|
|
"section": "CI"
|
|
},
|
|
{
|
|
"type": "refactor",
|
|
"section": "Refactoring"
|
|
},
|
|
{
|
|
"type": "revert",
|
|
"hidden": true,
|
|
"section": "Reverts"
|
|
},
|
|
{
|
|
"type": "style",
|
|
"hidden": true,
|
|
"section": "Styling"
|
|
},
|
|
{
|
|
"type": "test",
|
|
"hidden": true,
|
|
"section": "Tests"
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json"
|
|
} |