Merge branch 'testing' into refactor-react-migration

This commit is contained in:
Simon
2024-12-20 11:30:36 +07:00
6 changed files with 21 additions and 24 deletions

View File

@@ -158,7 +158,7 @@ function sync_docker {
fi
echo "latest tags:"
git tag | tail -n 5 | sort -r
git tag | sort -rV | head -n 5
printf "\ncreate new version:\n"
read -r VERSION
@@ -190,7 +190,7 @@ function sync_docker_old {
fi
echo "latest tags:"
git tag | tail -n 5 | sort -r
git tag | sort -rV | head -n 5
printf "\ncreate new version:\n"
read -r VERSION