From 5b1205754b8bd98617a82a3b05bd4e6001113848 Mon Sep 17 00:00:00 2001 From: Adar Nimrod <nimrod@shore.co.il> Date: Wed, 10 Jul 2019 15:47:17 +0300 Subject: [PATCH] Push refs and tags when running git bump. --- Documents/bin/git-bump | 1 + 1 file changed, 1 insertion(+) diff --git a/Documents/bin/git-bump b/Documents/bin/git-bump index 9d56c93..ff90a0d 100755 --- a/Documents/bin/git-bump +++ b/Documents/bin/git-bump @@ -5,3 +5,4 @@ semver-bump "$1-release" git commit VERSION -m "Bumped $1 version." git tag-version git pushes --tags +git pushes -- GitLab