From 50ce8a6f811abf373b4da589b6a95aed7388054f Mon Sep 17 00:00:00 2001 From: AkashRajpurohit Date: Fri, 29 Mar 2024 20:20:14 +0530 Subject: [PATCH] ci: :recycle: cleanup changesets release --- .github/workflows/release.yml | 8 ++++---- package.json | 4 +--- 2 files changed, 5 insertions(+), 7 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 00cf100..0b815af 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -65,10 +65,10 @@ jobs: id: changesets uses: changesets/action@v1 with: - version: pnpm run version - publish: pnpm exec changeset publish - commit: "[ci] release" - title: "[ci] release" + version: pnpm changeset version + publish: pnpm changeset publish + commit: "ci: :package: release" + title: "ci: :package: release" env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} NPM_TOKEN: ${{ secrets.NPM_TOKEN }} \ No newline at end of file diff --git a/package.json b/package.json index 8e02c4b..719e89c 100644 --- a/package.json +++ b/package.json @@ -46,9 +46,7 @@ "test": "vitest run", "test:coverage": "vitest run --coverage", "test:watch": "vitest watch", - "changeset": "changeset", - "version": "changeset version && pnpm install --no-frozen-lockfile && pnpm run format", - "release": "changeset publish" + "changeset": "changeset" }, "devDependencies": { "@biomejs/biome": "^1.6.2",