diff --git a/Cargo.toml b/Cargo.toml index 4c5127ae48..bd566de5eb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -126,7 +126,6 @@ sign-commit = true pre-release-hook = "./scripts/pre-release-hook.sh" pre-release-replacements = [ { file = "README.md", search = "^rtx [0-9]+.[0-9]+.[0-9]+(-alpha.[0-9]+)?$", replace = "rtx {{version}}", exactly = 1 }, - { file = "README.md", search = "https://github.com/jdx/rtx/releases/download/v[0-9]+.[0-9]+.[0-9]+(-alpha.[0-9]+)?/rtx-v[0-9]+.[0-9]+.[0-9]+(-alpha.[0-9]+)?", replace = "https://github.com/jdx/rtx/releases/download/v{{version}}/rtx-v{{version}}", exactly = 1 }, { file = "packaging/rpm/rtx.spec", search = "^Version: [0-9]+.[0-9]+.[0-9]+(-alpha.[0-9]+)?$", replace = "Version: {{version}}", exactly = 1 }, { file = "default.nix", search = "version = \"[0-9]+.[0-9]+.[0-9]+(-alpha.[0-9]+)?\";$", replace = "version = \"{{version}}\";", exactly = 1 }, ]