fix: remove comments
This commit is contained in:
6
Makefile
6
Makefile
@@ -117,8 +117,8 @@ release: ## Create a new tag for release.
|
|||||||
git add pubspec.yaml changelog.md && \
|
git add pubspec.yaml changelog.md && \
|
||||||
# ./update_translations.sh && \
|
# ./update_translations.sh && \
|
||||||
# git add assets/translations/* && \
|
# git add assets/translations/* && \
|
||||||
#git commit -m "release: version $${TAG} 🚀" && \
|
git commit -m "release: version $${TAG} 🚀" && \
|
||||||
echo "creating git tag : $${TAG}" && \
|
echo "creating git tag : $${TAG}" && \
|
||||||
#@git tag $${TAG} && \
|
@git tag $${TAG} && \
|
||||||
#@git push -u origin HEAD --tags && \
|
@git push -u origin HEAD --tags && \
|
||||||
echo "Github Actions will detect the new tag and release the new version."'
|
echo "Github Actions will detect the new tag and release the new version."'
|
||||||
Reference in New Issue
Block a user