Fix ineffectual commands in Makefile
This commit is contained in:
parent
83ce66097c
commit
a9d531615d
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
|
||||||
|
|
Loading…
Reference in New Issue
Block a user