mirror of
https://github.com/varun-r-mallya/py-libp2p.git
synced 2026-02-12 16:10:57 +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
|
.PHONY: clean-pyc clean-build docs
|
||||||
|
|
||||||
help:
|
help:
|
||||||
@ -47,7 +49,6 @@ linux-docs: build-docs
|
|||||||
xdg-open docs/_build/html/index.html
|
xdg-open docs/_build/html/index.html
|
||||||
|
|
||||||
release: clean
|
release: clean
|
||||||
CURRENT_SIGN_SETTING=$(git config commit.gpgSign)
|
|
||||||
git config commit.gpgSign true
|
git config commit.gpgSign true
|
||||||
bumpversion $(bump)
|
bumpversion $(bump)
|
||||||
git push upstream && git push upstream --tags
|
git push upstream && git push upstream --tags
|
||||||
|
|||||||
Reference in New Issue
Block a user