diff --git a/Makefile b/Makefile index 74e0f93251da3908e5de98a2cb92104daf2ffc52..8db8399ae707544ceadfe780e0ebc17e40a086c5 100644 --- a/Makefile +++ b/Makefile @@ -46,4 +46,4 @@ dist: release: clean check dist bitshares-changelog git bitshares-changelog: - git show -s --pretty=format: $(TAG) | tail -n +4 | piston post --file "-" --author xeroc --permlink "python-bitshares-changelog-$(TAGSTEEM)" --category bitshares --title "[Changelog] python-bitshares $(TAG)" --tags python-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