We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2874267 commit d94fc9aCopy full SHA for d94fc9a
1 file changed
Makefile
@@ -48,7 +48,7 @@ ifneq ($(shell git rev-parse --abbrev-ref HEAD),master)
48
$(error current branch is not master)
49
endif
50
@gobump up -w .
51
- git commit -am "bump up version to $(VERSION)"
+ git commit -am "Bump up version to $(VERSION)"
52
git tag "v$(VERSION)"
53
git push origin master
54
git push origin "refs/tags/v$(VERSION)"
0 commit comments