Skip to content

Commit d3b43e6

Browse files
author
Luke Bakken
committed
remove comments
1 parent a0970ad commit d3b43e6

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Makefile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,6 @@ ifeq ($(RELEASE_GPG_KEYNAME),)
5757
endif
5858
@python -c 'import pypandoc'
5959
@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
6260
@./build/publish $(VERSION) validate
6361
@git tag --sign -a "$(VERSION)" -m "riak-python-client $(VERSION)" --local-user "$(RELEASE_GPG_KEYNAME)"
6462
@git push --tags

0 commit comments

Comments
 (0)