From ccd5b5b8fc513d94b844b603125d991c7991d791 Mon Sep 17 00:00:00 2001
From: Adar Nimrod <nimrod@shore.co.il>
Date: Thu, 16 Sep 2021 22:57:01 +0300
Subject: [PATCH] fixup! Some git scripts work.

---
 Documents/bin/git-bump | 1 -
 1 file changed, 1 deletion(-)

diff --git a/Documents/bin/git-bump b/Documents/bin/git-bump
index d16d28c..3617eeb 100755
--- a/Documents/bin/git-bump
+++ b/Documents/bin/git-bump
@@ -4,7 +4,6 @@ set -eu
 OLD_VERSION="$(cat VERSION)"
 semver-bump "$1-release"
 NEW_VERSION="$(cat VERSION)"
-git commit VERSION -m "Bumped $1 version."
 git commit --only VERSION --message "Bump version: $OLD_VERSION → $NEW_VERSION"
 git tag-version
 git push --follow-tags
-- 
GitLab