From 50088db096d7932025416985bb8564f287bfb441 Mon Sep 17 00:00:00 2001 From: Gerald Pinder Date: Sun, 5 May 2024 01:17:49 -0400 Subject: [PATCH] chore: Fix release replacements --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 570abbcf..c98fac6b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -49,7 +49,7 @@ license.workspace = true pre-release-hook = ["git", "cliff", "-o", "CHANGELOG.md", "--tag", "{{version}}"] pre-release-replacements = [ { file = "install.sh", search = "VERSION=v\\d+\\.\\d+\\.\\d+", replace = "VERSION=v{{version}}" }, - { file = "README.md", search = "v\\d+\\.\\d+\\.\\d+", replace = "v{{version}}" } + { file = "README.md", search = "--tag v\\d+\\.\\d+\\.\\d+", replace = "--tag v{{version}}" } ] [dependencies]