Skip to content

Commit d94fc9a

Browse files
committed
Fix Makefile
1 parent 2874267 commit d94fc9a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ ifneq ($(shell git rev-parse --abbrev-ref HEAD),master)
4848
$(error current branch is not master)
4949
endif
5050
@gobump up -w .
51-
git commit -am "bump up version to $(VERSION)"
51+
git commit -am "Bump up version to $(VERSION)"
5252
git tag "v$(VERSION)"
5353
git push origin master
5454
git push origin "refs/tags/v$(VERSION)"

0 commit comments

Comments
 (0)