configure changesets

This commit is contained in:
Elio Bischof
2025-07-16 13:09:52 +02:00
parent 8bfcaac321
commit acf68d683c
3 changed files with 3 additions and 3 deletions

View File

@@ -192,7 +192,8 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with: with:
version: ${{ needs.version.outputs.version }} version: ${{ needs.version.outputs.version }}
cwd: login cwd: clients/typescript
createGithubReleases: false
typescript-repo: typescript-repo:
runs-on: ubuntu-latest runs-on: ubuntu-latest

View File

@@ -6,6 +6,5 @@
"linked": [], "linked": [],
"access": "public", "access": "public",
"baseBranch": "main", "baseBranch": "main",
"updateInternalDependencies": "patch", "updateInternalDependencies": "patch"
"ignore": ["@zitadel/login"]
} }