.. [no ci]

This commit is contained in:
sxyazi 2023-10-22 13:28:40 +08:00
parent 3ab6c7b337
commit 923add50ef
No known key found for this signature in database
4 changed files with 8 additions and 7 deletions

View file

@ -8,3 +8,4 @@ echo "Bumping version: $1"
TOML_FILES="$(git ls-files '*Cargo.toml')"
perl -pi -e "s/^version = .*\$/version = \"$1\"/" $TOML_FILES
perl -pi -e "s/^(yazi-[a-z]+)\\s*=\\s*{.*\$/\\1 = { path = \"..\/\\1\", version = \"$1\" }/" $TOML_FILES