mirror of
https://github.com/sxyazi/yazi.git
synced 2026-07-25 08:41:05 +00:00
.. [no ci]
This commit is contained in:
parent
3ab6c7b337
commit
923add50ef
4 changed files with 8 additions and 7 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue