From 6296a6a413f53f61dcd4b3a323b18e716152938b Mon Sep 17 00:00:00 2001 From: Shai Reznik Date: Sat, 27 Jul 2024 00:45:16 +0300 Subject: [PATCH] =?UTF-8?q?ci:=20delete=20root=20useless=20CHANGELOG=20?= =?UTF-8?q?=F0=9F=98=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/ci.yml | 1 + package.json | 1 + 2 files changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ff2b13fc7cc..98b10172f0f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -818,6 +818,7 @@ jobs: id: changesets uses: changesets/action@v1 with: + version: pnpm version publish: pnpm release env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} diff --git a/package.json b/package.json index 465222326ed..dfea317ae2e 100644 --- a/package.json +++ b/package.json @@ -221,6 +221,7 @@ "tsc.trace": "tsc -p tsconfig.json --traceResolution > tsc.log", "tsc.watch": "tsc --noEmit --watch --preserveWatchOutput", "update.qwik.builds": "tsm scripts/update-qwik-builds.ts packages/docs && tsm scripts/update-qwik-builds.ts packages/insights; pnpm install", + "version": "changeset version && rm ./CHANGELOG.md", "vitest": "vitest" }, "type": "module"