From 9a85afe05d4c8440ff7a67802b5060625df6d02e Mon Sep 17 00:00:00 2001 From: Nico Hormazabal Date: Tue, 13 Nov 2018 16:44:06 +0100 Subject: [PATCH] forcing to bump always bump even without commits --- semtag | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/semtag b/semtag index 92d8c6a..b9538c7 100755 --- a/semtag +++ b/semtag @@ -378,7 +378,7 @@ function increase_version { fi # If we are forcing a bump, we add bump to the commit list - if [ -z $__commitlist ] && [ "$forcetag" == "true" ]; then + if [[ -z $__commitlist && "$forcetag" == "true" ]]; then __commitlist="bump" fi