Skip to content

Commit

Permalink
chore: Remove extra_files from gitops_server config
Browse files Browse the repository at this point in the history
  • Loading branch information
mdesouky committed Nov 14, 2024
1 parent 34b5e2c commit 826f320
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions release-please-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,7 @@
"gitops_server": {
"package-name": "server",
"release-type": "python",
"changelog-path": "gitops_server/CHANGELOG.md",
"extra-files": [
{
"type": "helm",
"path": "charts/gitops/chart.yaml"
}
]
"changelog-path": "gitops_server/CHANGELOG.md"
},
"charts/gitops": {
"package-name": "helm",
Expand Down

0 comments on commit 826f320

Please sign in to comment.