diff --git a/Cargo.toml b/Cargo.toml index 227ac691..aee02ab5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -60,7 +60,8 @@ license.workspace = true [package.metadata.release] 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 = "install.sh", search = "VERSION=v\\d+\\.\\d+\\.\\d+", replace = "VERSION=v{{version}}" }, + { file = "flake.nix", search = "version = \"v\\d+\\.\\d+\\.\\d+\";", replace = "version = \"v{{version}}\";" } ] [dependencies]