From bfc63426b73fead02754a255c390493b2bbf49b4 Mon Sep 17 00:00:00 2001 From: zamaz <71521611+zachariahmiller@users.noreply.github.com> Date: Thu, 9 Nov 2023 18:03:03 -0500 Subject: [PATCH] chore: update release please extra-files to be explicit --- release-please-config.json | 20 +++++--------------- 1 file changed, 5 insertions(+), 15 deletions(-) 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" ] } }