Require test snapshots to change for bin release

This commit is contained in:
Félix Saparelli 2022-03-07 21:30:03 +13:00
parent 9ff5875327
commit ce449d85e2
1 changed files with 2 additions and 4 deletions

View File

@ -31,10 +31,9 @@ max = 1
[[pre-release-replacements]]
file = "tests/snapshots/help__help_windows.snap"
search = "watchexec.exe [\\d.]+(-.+)?"
replace = "watchexec.exe {{version}}"
search = "watchexec [\\d.]+(-.+)?"
replace = "watchexec {{version}}"
prerelease = true
min = 0
max = 1
[[pre-release-replacements]]
@ -42,5 +41,4 @@ file = "tests/snapshots/help__help_unix.snap"
search = "watchexec [\\d.]+(-.+)?"
replace = "watchexec {{version}}"
prerelease = true
min = 0
max = 1