Skip to content

Commit

Permalink
fixed semver
Browse files Browse the repository at this point in the history
  • Loading branch information
moritzzimmer committed Dec 14, 2020
1 parent 7832cfc commit 7eedc36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ $(SEMBUMP):
GO111MODULE=off go get -u github.com/jessfraz/junk/sembump

.PHONY: bump-version
BUMP := patch
BUMP ?= patch
bump-version: $(SEMBUMP) ## Bump the version in the version file. Set BUMP to [ patch | major | minor ].
@echo "+ $@"
$(eval NEW_VERSION = $(shell $(BINDIR)/sembump --kind $(BUMP) $(VERSION)))
Expand Down

0 comments on commit 7eedc36

Please sign in to comment.