fix: remove comments

This commit is contained in:
Hiddify
2023-09-15 10:46:01 +02:00
parent d0e762596e
commit 29ff399d6a

View File

@@ -117,8 +117,8 @@ release: ## Create a new tag for release.
git add pubspec.yaml changelog.md && \
# ./update_translations.sh && \
# git add assets/translations/* && \
#git commit -m "release: version $${TAG} 🚀" && \
git commit -m "release: version $${TAG} 🚀" && \
echo "creating git tag : $${TAG}" && \
#@git tag $${TAG} && \
#@git push -u origin HEAD --tags && \
@git tag $${TAG} && \
@git push -u origin HEAD --tags && \
echo "Github Actions will detect the new tag and release the new version."'