Skip to content

Commit

Permalink
chore: Fix release replacements
Browse files Browse the repository at this point in the history
  • Loading branch information
gmpinder committed May 5, 2024
1 parent 7ce0ad7 commit 50088db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit 50088db

Please sign in to comment.