diff --git a/scripts/release/update_version.ts b/scripts/release/update_version.ts index 6804393c90..ef04c1d293 100644 --- a/scripts/release/update_version.ts +++ b/scripts/release/update_version.ts @@ -36,11 +36,6 @@ export async function updateVersion(opts: ReleaseOpts) { find: /RIVET_CLI_VERSION=v\d+\.\d+\.\d+/g, replace: `RIVET_CLI_VERSION=v${opts.version}`, }, - { - path: "README.md", - find: /rivet-cli@\d+\.\d+\.\d+/g, - replace: `rivet-cli@${opts.version}`, - }, ]; // Substitute all files