This is an automated email from the ASF dual-hosted git repository.
hoshea pushed a commit to branch release0.3.0
in repository https://gitbox.apache.org/repos/asf/skywalking-eyes.git
The following commit(s) were added to refs/heads/release0.3.0 by this push:
new c599254 do not verify svg when release
c599254 is described below
commit c599254dd99b86378a69caa66383813c3cedb7a1
Author: Hoshea <[email protected]>
AuthorDate: Tue May 10 17:52:51 2022 +0800
do not verify svg when release
---
Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile b/Makefile
index c809572..a6f34a6 100644
--- a/Makefile
+++ b/Makefile
@@ -85,7 +85,7 @@ clean:
-rm -rf "$(RELEASE_SRC)"*
.PHONY: verify
-verify: clean license lint test verify-docs
+verify: clean license lint test
release-src: clean
-mkdir $(RELEASE_SRC)