Skip to content

Commit

Permalink
forcing to bump always bump even without commits
Browse files Browse the repository at this point in the history
  • Loading branch information
Nico Hormazabal committed Nov 13, 2018
1 parent 8f00339 commit 9a85afe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion semtag
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 9a85afe

Please sign in to comment.