From b92099402d883aaf3fe37e8bdf05a9099cf21c7c Mon Sep 17 00:00:00 2001 From: Marika Marszalkowski <868536+marikaner@users.noreply.github.com> Date: Thu, 15 Aug 2024 10:27:43 +0200 Subject: [PATCH] chore: simplify canary release config (#69) --- .changeset/config.json | 2 +- .github/workflows/publish-canary.yml | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/.changeset/config.json b/.changeset/config.json index 6b628ff7..31ec3812 100644 --- a/.changeset/config.json +++ b/.changeset/config.json @@ -7,5 +7,5 @@ "access": "public", "baseBranch": "main", "updateInternalDependencies": "patch", - "ignore": ["@sap-ai-sdk/sample-code", "@sap-ai-sdk/e2e-tests", "@sap-ai-sdk/type-tests"] + "ignore": [] } diff --git a/.github/workflows/publish-canary.yml b/.github/workflows/publish-canary.yml index 3e9896d1..267ee229 100644 --- a/.github/workflows/publish-canary.yml +++ b/.github/workflows/publish-canary.yml @@ -34,9 +34,7 @@ jobs: rm -f .changeset/*.md || true cat <> .changeset/canary-release-changeset.md --- - '@sap-ai-sdk/ai-core': patch '@sap-ai-sdk/core': patch - '@sap-ai-sdk/gen-ai-hub': patch --- Canary release