You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@skywalking.apache.org by ke...@apache.org on 2021/10/14 02:19:49 UTC

[skywalking-eyes] branch chore/makefile-release created (now d12ccaa)

This is an automated email from the ASF dual-hosted git repository.

kezhenxu94 pushed a change to branch chore/makefile-release
in repository https://gitbox.apache.org/repos/asf/skywalking-eyes.git.


      at d12ccaa  Fix release target in Makefile

This branch includes the following new commits:

     new d12ccaa  Fix release target in Makefile

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


[skywalking-eyes] 01/01: Fix release target in Makefile

Posted by ke...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

kezhenxu94 pushed a commit to branch chore/makefile-release
in repository https://gitbox.apache.org/repos/asf/skywalking-eyes.git

commit d12ccaa716ce79e3bbb913f520880eac19bdd573
Author: kezhenxu94 <ke...@apache.org>
AuthorDate: Thu Oct 14 10:19:41 2021 +0800

    Fix release target in Makefile
---
 Makefile | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/Makefile b/Makefile
index b274e06..bf239f4 100644
--- a/Makefile
+++ b/Makefile
@@ -95,6 +95,7 @@ release-src: clean
 	--exclude .github \
 	--exclude $(RELEASE_SRC).tgz \
 	--exclude query-protocol/schema.graphqls \
+	--exclude *.jar \
 	.
 
 release-bin: build
@@ -102,8 +103,8 @@ release-bin: build
 	-cp -R bin $(RELEASE_BIN)
 	-cp -R dist/* $(RELEASE_BIN)
 	-cp -R CHANGES.md $(RELEASE_BIN)
-	-cp -R README.adoc $(RELEASE_BIN)
-	-cp -R ../NOTICE $(RELEASE_BIN)
+	-cp -R README.md $(RELEASE_BIN)
+	-cp -R NOTICE $(RELEASE_BIN)
 	-tar -zcvf $(RELEASE_BIN).tgz $(RELEASE_BIN)
 	-rm -rf "$(RELEASE_BIN)"