scripts/release.sh in pg_easy_replicate-0.3.4 vs scripts/release.sh in pg_easy_replicate-0.3.5
- old
+ new
@@ -12,11 +12,11 @@
gem push pg_easy_replicate-"$VERSION".gem
echo "=== Sleeping for 15s ===="
sleep 15
-echo "=== Pushing tags to github ===="
-git tag v"$VERSION"
-git push origin --tags
+# echo "=== Pushing tags to github ===="
+# git tag v"$VERSION"
+# git push origin --tags
echo "=== Cleaning up ===="
rm pg_easy_replicate-"$VERSION".gem