We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5132b11 commit 1880450Copy full SHA for 1880450
2 files changed
.github/workflows/publish.yml
@@ -35,6 +35,8 @@ jobs:
35
- name: Create or update release pull request
36
id: changesets
37
uses: changesets/action@63a615b9cd06ba9a3e6d13796c7fbcb080a60a0b # v1.8.0
38
+ with:
39
+ version: pnpm version-packages
40
41
publish:
42
name: Publish
package.json
@@ -53,7 +53,8 @@
53
"format": "oxfmt --check",
54
"format:fix": "oxfmt",
55
"lint": "oxlint",
56
- "test:integration": "vitest -c vitest.integration.config.ts"
+ "test:integration": "vitest -c vitest.integration.config.ts",
57
+ "version-packages": "pnpm changeset version && pnpm format:fix"
58
},
59
"dependencies": {
60
"isomorphic-git": "^1.36.3"
0 commit comments