Skip to content

Commit f396fc8

Browse files
committed
chore: Rebase on set:version script
1 parent 296cc59 commit f396fc8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.releaserc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
],
99
[
1010
"@semantic-release/exec",
11-
{ "prepareCmd": "pnpm /version/ ${nextRelease.version}" }
11+
{ "prepareCmd": "pnpm /set:version/ ${nextRelease.version}" }
1212
],
1313
["@semantic-release/exec", { "prepareCmd": "pnpm generate" }],
1414
[

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@
2626
"prepare": "husky",
2727
"publish:py": "uv --directory sdk-py publish",
2828
"publish:ts": "pnpm -r publish --access public --ignore-scripts --no-git-checks",
29+
"set:version:py": "uv --directory sdk-py version",
30+
"set:version:ts": "pnpm --include-workspace-root -r exec pnpm version --no-git-tag-version",
2931
"start": "pnpm -F extension start",
30-
"version:py": "uv --directory sdk-py version",
31-
"version:ts": "pnpm --include-workspace-root -r exec pnpm version --no-git-tag-version",
3232
"test": "pnpm lint && pnpm type",
3333
"type": "tsc --noEmit"
3434
},

0 commit comments

Comments
 (0)