You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by GitBox <gi...@apache.org> on 2021/06/18 21:14:07 UTC

[GitHub] [skywalking-cli] fgksgf commented on a change in pull request #98: Chore: update release doc and add scripts for release

fgksgf commented on a change in pull request #98:
URL: https://github.com/apache/skywalking-cli/pull/98#discussion_r654445611



##########
File path: scripts/release.sh
##########
@@ -0,0 +1,42 @@
+#!/usr/bin/env sh
+
+# Prerequisites
+# 1. vote passed
+# 2. update GitHub release and the website
+
+set -ex
+
+[ -z "$VERSION" ] && echo "VERSION is not set" && exit 1
+
+# if ls skywalking > /dev/null 2>&1; then
+#   rm -rf skywalking
+# fi
+
+# svn mv https://dist.apache.org/repos/dist/dev/skywalking/cli/"$VERSION" https://dist.apache.org/repos/dist/release/skywalking/cli/"$VERSION" -m"Release Apache SkyWalking-CLI $VERSION" || true
+
+# echo "Make sure you have released the GitHub release, updated the events, download links and menus?" && read -r

Review comment:
       ok




-- 
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:
users@infra.apache.org