Skip to content

Commit 1880450

Browse files
committed
Format after version
1 parent 5132b11 commit 1880450

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/publish.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,8 @@ jobs:
3535
- name: Create or update release pull request
3636
id: changesets
3737
uses: changesets/action@63a615b9cd06ba9a3e6d13796c7fbcb080a60a0b # v1.8.0
38+
with:
39+
version: pnpm version-packages
3840

3941
publish:
4042
name: Publish

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,8 @@
5353
"format": "oxfmt --check",
5454
"format:fix": "oxfmt",
5555
"lint": "oxlint",
56-
"test:integration": "vitest -c vitest.integration.config.ts"
56+
"test:integration": "vitest -c vitest.integration.config.ts",
57+
"version-packages": "pnpm changeset version && pnpm format:fix"
5758
},
5859
"dependencies": {
5960
"isomorphic-git": "^1.36.3"

0 commit comments

Comments
 (0)