diff --git a/Makefile b/Makefile index 297a5626..88992c33 100644 --- a/Makefile +++ b/Makefile @@ -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."' \ No newline at end of file