From 6790304fa0d52df5f345e2db7f134189c207a4e9 Mon Sep 17 00:00:00 2001 From: Fabian Schuh <Fabian@chainsquad.com> Date: Mon, 20 Mar 2017 17:05:22 +0100 Subject: [PATCH] [Makefile] use chainsquad account for updates --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 74e0f932..8db8399a 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 -- GitLab