diff --git a/release-please-config.json b/release-please-config.json index 122ff79b1..1ff546b21 100644 --- a/release-please-config.json +++ b/release-please-config.json @@ -12,21 +12,11 @@ "versioning": "always-bump-patch", "extra-files": [ "README.md", - { - "type": "yaml", - "path": "tasks/*.yaml", - "glob": true - }, - { - "type": "yaml", - "path": "**/zarf.yaml", - "glob": true - }, - { - "type": "yaml", - "path": "**/uds-bundle.yaml", - "glob": true - } + "packages/istio/zarf.yaml", + "packages/standard/zarf.yaml", + "bundles/k3d-istio/uds-bundle.yaml", + "bundles/k3d-standard/uds-bundle.yaml", + "tasks/publish.yaml" ] } }