mirror of
https://github.com/varun-r-mallya/py-libp2p.git
synced 2025-12-31 20:36:24 +00:00
Fix ineffectual commands in Makefile
This commit is contained in:
3
Makefile
3
Makefile
@ -1,3 +1,5 @@
|
||||
CURRENT_SIGN_SETTING := $(shell git config commit.gpgSign)
|
||||
|
||||
.PHONY: clean-pyc clean-build docs
|
||||
|
||||
help:
|
||||
@ -47,7 +49,6 @@ linux-docs: build-docs
|
||||
xdg-open docs/_build/html/index.html
|
||||
|
||||
release: clean
|
||||
CURRENT_SIGN_SETTING=$(git config commit.gpgSign)
|
||||
git config commit.gpgSign true
|
||||
bumpversion $(bump)
|
||||
git push upstream && git push upstream --tags
|
||||
|
||||
Reference in New Issue
Block a user