You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by wu...@apache.org on 2019/12/16 09:53:16 UTC

[skywalking-kubernetes] branch master updated: makefile update

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

wusheng pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/skywalking-kubernetes.git


The following commit(s) were added to refs/heads/master by this push:
     new eb75171  makefile update
     new cbb2600  Merge pull request #33 from innerpeacez/modify-makefile
eb75171 is described below

commit eb75171329c5dfdb1614f7a698bbfb2848d51e87
Author: innerpeacez <in...@gmail.com>
AuthorDate: Mon Dec 16 17:51:26 2019 +0800

    makefile update
---
 Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/Makefile b/Makefile
index 35dc361..8fe65be 100644
--- a/Makefile
+++ b/Makefile
@@ -44,3 +44,5 @@ release-src: package
 release: release-src
 	gpg --batch --yes --armor --detach-sig $(RELEASE_SRC).tgz
 	shasum -a 512 $(RELEASE_SRC).tgz > $(RELEASE_SRC).tgz.sha512
+	gpg --batch --yes --armor --detach-sig $(CHART_NAME).tgz
+	shasum -a 512 $(CHART_NAME).tgz > $(CHART_NAME).tgz.sha512
\ No newline at end of file