From a3bca942caf3d539eeaa839a4a7ff3403c83815d Mon Sep 17 00:00:00 2001
From: Adar Nimrod <nimrod@shore.co.il>
Date: Sat, 26 Dec 2020 21:49:57 +0200
Subject: [PATCH] Simplify git-bump.

---
 Documents/bin/git-bump | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/Documents/bin/git-bump b/Documents/bin/git-bump
index ff90a0d..5320c8e 100755
--- a/Documents/bin/git-bump
+++ b/Documents/bin/git-bump
@@ -4,5 +4,4 @@ set -eu
 semver-bump "$1-release"
 git commit VERSION -m "Bumped $1 version."
 git tag-version
-git pushes --tags
-git pushes
+git push --follow-tags
-- 
GitLab