From acf68d683c2de567fc234eb237cf87c71f540398 Mon Sep 17 00:00:00 2001 From: Elio Bischof Date: Wed, 16 Jul 2025 13:09:52 +0200 Subject: [PATCH] configure changesets --- .github/workflows/release.yml | 3 ++- {.changeset => clients/typescript/.changeset}/README.md | 0 {.changeset => clients/typescript/.changeset}/config.json | 3 +-- 3 files changed, 3 insertions(+), 3 deletions(-) rename {.changeset => clients/typescript/.changeset}/README.md (100%) rename {.changeset => clients/typescript/.changeset}/config.json (74%) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e23c8869c5..54b14087f7 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -192,7 +192,8 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: version: ${{ needs.version.outputs.version }} - cwd: login + cwd: clients/typescript + createGithubReleases: false typescript-repo: runs-on: ubuntu-latest diff --git a/.changeset/README.md b/clients/typescript/.changeset/README.md similarity index 100% rename from .changeset/README.md rename to clients/typescript/.changeset/README.md diff --git a/.changeset/config.json b/clients/typescript/.changeset/config.json similarity index 74% rename from .changeset/config.json rename to clients/typescript/.changeset/config.json index 3f2d313f66..6551b0ca8a 100644 --- a/.changeset/config.json +++ b/clients/typescript/.changeset/config.json @@ -6,6 +6,5 @@ "linked": [], "access": "public", "baseBranch": "main", - "updateInternalDependencies": "patch", - "ignore": ["@zitadel/login"] + "updateInternalDependencies": "patch" }