fix: add translation for release (#1305)

This commit is contained in:
Crystal-RainSlide
2022-11-02 01:56:12 +08:00
committed by GitHub
parent 43a12a99d9
commit 9bef306878
2 changed files with 52 additions and 18 deletions

View File

@@ -13,7 +13,8 @@ fi
read -p "Press any key when the conflict have been resolved..." -n1 -s
git diff -U1 > "${FILE}"
git add .
git diff --staged -U1 > "${FILE}"
cd ..