Superskyyy commented on code in PR #294: URL: https://github.com/apache/skywalking-python/pull/294#discussion_r1140536536
########## Makefile: ########## @@ -130,6 +130,6 @@ clean: .PHONY: release release: clean lint license - -tar -zcvf skywalking-python-src-$(VERSION).tgz --exclude .venv * - gpg --batch --yes --armor --detach-sig skywalking-python-src-$(VERSION).tgz - shasum -a 512 skywalking-python-src-$(VERSION).tgz > skywalking-python-src-$(VERSION).tgz.sha512 + tar -zcvf skywalking-python-src-$VERSION.tgz --exclude .venv * + gpg --batch --yes --armor --detach-sig skywalking-python-src-$VERSION.tgz Review Comment: So you mean this line should also be removed right?@kezhenxu94 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
