Skip to content

Commit

Permalink
disable GPG, too much trouble, not enough gain
Browse files Browse the repository at this point in the history
  • Loading branch information
pawelprazak committed May 14, 2019
1 parent c7ef335 commit 7cb31c7
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 @@ -216,7 +216,7 @@ bump-version: ## Bump the version in the version file. Set BUMP to [ patch | maj
.PHONY: tag
tag: ## Create a new git tag to prepare to build a release
@echo "+ $@"
git tag -sa $(VERSION) -m "$(VERSION)"
git tag -a $(VERSION) -m "$(VERSION)"
git push origin $(VERSION)

.PHONY: help
Expand Down

0 comments on commit 7cb31c7

Please sign in to comment.