Update help snapshot version when releasing

This commit is contained in:
Félix Saparelli 2021-05-10 23:10:55 +12:00
parent cb684fc7a8
commit 1015c1979a
No known key found for this signature in database
GPG Key ID: B948C4BAE44FC474
1 changed files with 1 additions and 0 deletions

View File

@ -41,6 +41,7 @@ date=$(date +%Y-%m-%d)
echo "Next version to be $newver ($date), creating..."
sed -E -i "s/version=\"$extver.0\"/version=\"$newver.0\"/1" cli/watchexec.exe.manifest
sed -E -i "s/watchexec(.exe)? $extver/watchexec\1 $newver/" cli/tests/snapshots/help__*
sed -E -i "s/^version = \"$extver\"/version = \"$newver\"/1" cli/Cargo.toml
cargo check