Merge pull request #42063 from barredterra/stage-only-pot-file

This commit is contained in:
Raffael Meyer
2024-06-28 13:24:17 +02:00
committed by GitHub

View File

@@ -30,7 +30,7 @@ branch_name="pot_${BASE_BRANCH}_${isodate}"
git checkout -b "${branch_name}"
echo "Commiting changes..."
git add .
git add erpnext/locale/main.pot
git commit -m "chore: update POT file"
gh auth setup-git