mirror of
https://github.com/k8sgpt-ai/k8sgpt.git
synced 2025-09-19 01:12:46 +00:00
fix: release please config
Signed-off-by: Thomas Schuetz <thomas.schuetz@t-sc.eu>
This commit is contained in:
@@ -0,0 +1,74 @@
|
||||
{
|
||||
"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"
|
||||
],
|
||||
"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"
|
||||
}
|
Reference in New Issue
Block a user