Skip to content
This repository was archived by the owner on Jan 31, 2022. It is now read-only.

Commit 36f24cd

Browse files
committed
chore(release): enable git push once released
1 parent d5bb136 commit 36f24cd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

release.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,10 +76,10 @@ $SELF_ROOT/gradlew promoteRepository
7676
# Revert flavor to original.
7777
git checkout $SELF_ROOT/algoliasearch/build.gradle
7878

79-
# Commit to Git... but do *not* push (see below).
79+
# Commit to git and push to GitHub
8080
git add .
8181
git commit -m "Version $VERSION_CODE"
8282
git tag $VERSION_CODE
8383

8484
echo "SUCCESS!"
85-
# TODO: git push
85+
git push

0 commit comments

Comments
 (0)