Skip to content

Commit 25969da

Browse files
committed
chore: fix update version (#2686)
<!-- Please make sure there is an issue that this PR is correlated to. --> ## Changes <!-- If there are frontend changes, please include screenshots. -->
1 parent 0c3e948 commit 25969da

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

scripts/release/update_version.ts

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,6 @@ export async function updateVersion(opts: ReleaseOpts) {
3636
find: /RIVET_CLI_VERSION=v\d+\.\d+\.\d+/g,
3737
replace: `RIVET_CLI_VERSION=v${opts.version}`,
3838
},
39-
{
40-
path: "README.md",
41-
find: /rivet-cli@\d+\.\d+\.\d+/g,
42-
replace: `rivet-cli@${opts.version}`,
43-
},
4439
];
4540

4641
// Substitute all files

0 commit comments

Comments
 (0)