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 33c980a commit 7ccbd3eCopy full SHA for 7ccbd3e
scripts/release/update_version.ts
@@ -24,7 +24,7 @@ export async function updateVersion(opts: ReleaseOpts) {
24
replace: `"version": "${opts.version}"`,
25
},
26
{
27
- path: "sdks/api/*/typescript/package.json",
+ path: "sdks/typescript/*/package.json",
28
find: /"version": ".*"/,
29
30
0 commit comments