membphis opened a new issue #787: URL: https://github.com/apache/apisix-dashboard/issues/787
https://github.com/apache/apisix-dashboard/blob/v2.0/Makefile#L93 that is wrong, for `make release-src`, it should release the source code. but we released binary file now, this is wrong. ``` .PHONY: release-src release-src: tar –cf dashboard.tar ./output/* ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected]
