diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ecc7244..a5570f7 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -20,6 +20,7 @@ jobs: uses: changesets/action@v1 with: publish: pnpm release + version: pnpm bump env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} NPM_TOKEN: ${{ secrets.NPM_TOKEN }} diff --git a/.vscode/settings.json b/.vscode/settings.json index 94702db..34b3712 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -2,7 +2,7 @@ "editor.defaultFormatter": "biomejs.biome", "editor.formatOnSave": true, "editor.codeActionsOnSave": { - "source.fixAll": "explicit", - "source.organizeImports": "explicit" + "quickfix.biome": "explicit", + "source.organizeImports.biome": "explicit" } } diff --git a/package.json b/package.json index 4cfa0a6..b3109f1 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,8 @@ "check": "pnpm -r run check && biome ci .", "build": "pnpm -r run build", "changeset": "changeset", - "release": "pnpm build && changeset publish" + "release": "pnpm build && changeset publish", + "bump": "changeset version && pnpm fmt" }, "repository": { "type": "git",