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 a0970ad commit d3b43e6Copy full SHA for d3b43e6
Makefile
@@ -57,8 +57,6 @@ ifeq ($(RELEASE_GPG_KEYNAME),)
57
endif
58
@python -c 'import pypandoc'
59
@echo "==> Python tagging version $(VERSION)"
60
- # NB: Python client version strings do NOT start with 'v'. Le Sigh.
61
- # validate VERSION and allow pre-releases
62
@./build/publish $(VERSION) validate
63
@git tag --sign -a "$(VERSION)" -m "riak-python-client $(VERSION)" --local-user "$(RELEASE_GPG_KEYNAME)"
64
@git push --tags
0 commit comments