diff --git a/.release-please-config.json b/.release-please-config.json index a418abc3..8896fd5d 100644 --- a/.release-please-config.json +++ b/.release-please-config.json @@ -15,6 +15,7 @@ { "type": "docs", "section": "Documentation", "hidden": false }, { "type": "chore", "section": "Chores", "hidden": true } ], + "extra-files": ["helm/reana/Chart.yaml"], "versioning": "always-bump-patch" } },