auto update translations on release

This commit is contained in:
Hiddify
2023-10-05 16:20:05 +02:00
parent b2239f67c0
commit 3fb0b4fafe

View File

@@ -118,8 +118,8 @@ release: # Create a new tag for release.
gitchangelog > changelog.md || { git tag -d $${TAG}; echo "Please run pip install git gitchangelog pystache mustache markdown"; exit 2; } && \ gitchangelog > changelog.md || { git tag -d $${TAG}; echo "Please run pip install git gitchangelog pystache mustache markdown"; exit 2; } && \
git tag -d $${TAG} > /dev/null && \ git tag -d $${TAG} > /dev/null && \
git add pubspec.yaml changelog.md && \ git add pubspec.yaml changelog.md && \
# ./update_translations.sh && \ make sync_translate && \
# git add assets/translations/* && \ git add assets/translations/* && \
git commit -m "release: version $${TAG}" && \ git commit -m "release: version $${TAG}" && \
echo "creating git tag : v$${TAG}" && \ echo "creating git tag : v$${TAG}" && \
git tag v$${TAG} && \ git tag v$${TAG} && \