This is an automated email from the ASF dual-hosted git repository.
yihaochen pushed a commit to branch remove-gpg-dl
in repository https://gitbox.apache.org/repos/asf/skywalking-python.git
The following commit(s) were added to refs/heads/remove-gpg-dl by this push:
new 527a832 Fix release doc and command
527a832 is described below
commit 527a832f269a458a003c9a053aa6cf92a67643b8
Author: Superskyyy (AWAY - OFFLINE) <[email protected]>
AuthorDate: Wed Mar 15 01:02:19 2023 -0400
Fix release doc and command
---
Makefile | 6 +++---
docs/en/contribution/How-to-release.md | 2 +-
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/Makefile b/Makefile
index bbf4ce1..c581509 100644
--- a/Makefile
+++ b/Makefile
@@ -130,6 +130,6 @@ clean:
.PHONY: release
release: clean lint license
- -tar -zcvf skywalking-python-src-$(VERSION).tgz --exclude .venv *
- gpg --batch --yes --armor --detach-sig
skywalking-python-src-$(VERSION).tgz
- shasum -a 512 skywalking-python-src-$(VERSION).tgz >
skywalking-python-src-$(VERSION).tgz.sha512
+ tar -zcvf skywalking-python-src-$VERSION.tgz --exclude .venv *
+ gpg --batch --yes --armor --detach-sig
skywalking-python-src-$VERSION.tgz
+ shasum -a 512 skywalking-python-src-$VERSION.tgz >
skywalking-python-src-$VERSION.tgz.sha512
diff --git a/docs/en/contribution/How-to-release.md
b/docs/en/contribution/How-to-release.md
index 57181cd..738135f 100644
--- a/docs/en/contribution/How-to-release.md
+++ b/docs/en/contribution/How-to-release.md
@@ -10,7 +10,7 @@ This documentation guides the release manager to release the
SkyWalking Python i
## Add your GPG public key to Apache svn
-1. Upload your GPG public key to a public GPG site, such as [MIT's
site](http://pgp.mit.edu:11371/).
+1. Upload your GPG public key to a public GPG site, such as [Ubuntu's GPG
keyserver](https://keyserver.ubuntu.com/).
1. Log in [id.apache.org](https://id.apache.org/) and submit your key
fingerprint.