We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c95a4b commit 9f85bccCopy full SHA for 9f85bcc
create-version.sh
@@ -65,8 +65,8 @@ SIZE=$(ls -lh "$PACKAGE_FILE" | cut -d' ' -f5)
65
echo "$(basename "$PACKAGE_FILE") created ($SIZE)"
66
67
# # Create tag in Git and push to remote
68
-# git add . -A
69
-# git commit -m "v$VERSION"
70
-# git tag "$VERSION"
71
-# git push origin main
72
-# git push origin "tags/$VERSION"
+git add . -A
+git commit -m "v$VERSION"
+git tag "$VERSION"
+git push origin main
+git push origin "tags/$VERSION"
0 commit comments