Skip to content
Snippets Groups Projects
Commit 5f0f8068 authored by Fabian Schuh's avatar Fabian Schuh
Browse files

cleanup makefile

parent c3c4579c
No related branches found
No related tags found
No related merge requests found
.PHONY: clean-pyc clean-build docs .PHONY: clean-pyc clean-build docs
TAG := $(shell git describe master --abbrev=0)
TAGSTEEM := $(shell git describe master --abbrev=0 | tr "." "-")
#
clean: clean-build clean-pyc clean: clean-build clean-pyc
clean-build: clean-build:
...@@ -43,7 +39,4 @@ dist: ...@@ -43,7 +39,4 @@ dist:
python3 setup.py sdist upload -r pypi python3 setup.py sdist upload -r pypi
python3 setup.py bdist_wheel upload python3 setup.py bdist_wheel upload
release: clean check dist bitshares-changelog git release: clean check dist git
bitshares-changelog:
git show -s --pretty=format: $(TAG) | tail -n +4 | piston post --file "-" --author chainsquad --permlink "python-bitshares-changelog-$(TAGSTEEM)" --category bitshares --title "[Changelog] python-bitshares $(TAG)" --tags python-bitshares changelog
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment