Skip to content

Commit 80daa45

Browse files
author
Luke Bakken
committed
Add GPG to tagging
1 parent db40519 commit 80daa45

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Makefile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,8 @@ endif
2828
# NB: Python client version strings do NOT start with 'v'. Le Sigh.
2929
# validate VERSION and allow pre-releases
3030
@bash ./build/publish $(VERSION) validate
31-
@git tag "$(VERSION)"
31+
@git tag --sign -a "$(VERSION)" -m "riak-python-client $(VERSION)" --local-user "$(RELEASE_GPG_KEYNAME)"
3232
@git push --tags
33-
@git push
3433
@echo "==> Python (sdist release)"
3534
@python setup.py sdist upload -s -i $(RELEASE_GPG_KEYNAME)
3635
@bash ./build/publish $(VERSION)

0 commit comments

Comments
 (0)