Skip to content

Commit ca06e04

Browse files
committed
Fix some releasing things
1 parent 1be6a31 commit ca06e04

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ jobs:
3838
with:
3939
# this expects you to have a script called release which does a build for your packages and calls changeset publish
4040
publish: pnpm run release
41+
version: pnpm run version
4142
env:
4243
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4344
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@
2727
"postinstall": "preconstruct dev && manypkg check",
2828
"build": "preconstruct build",
2929
"release": "pnpm run build && changeset publish",
30-
"test": "jest"
30+
"test": "jest",
31+
"version": "changeset version && pnpm i --frozen-lockfile=false"
3132
},
3233
"preconstruct": {
3334
"packages": [

pnpm-lock.yaml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)