summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog5
-rw-r--r--Etc/creating-a-release.txt6
2 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c0a277324..b5cee137e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2020-07-14 Daniel Shahaf <d.s@daniel.shahaf.name>
+
+ * 46244: Etc/creating-a-release.txt: Start to introduce a
+ release managers keyring.
+
2020-07-14 oxiedi <oxiedi@yandex.ru>
* github #61: Completion/Zsh/Type/_parameters: Don't leak the
diff --git a/Etc/creating-a-release.txt b/Etc/creating-a-release.txt
index 805ff2ce0..38d34743e 100644
--- a/Etc/creating-a-release.txt
+++ b/Etc/creating-a-release.txt
@@ -72,6 +72,12 @@ To create a zsh release:
git clone git://git.code.sf.net/p/zsh/web
git clone ssh://git.code.sf.net/p/zsh/web
+- [one time step] Add your key to the Keys/ directory in the 'web' repository, using
+ `gpg --armor --export $YourPublicKeyFingerprint`.
+
+ TODO: cat Keys/*.asc into a zsh-keyring.asc, upload it along with the
+ tarballs, link to it from Arc/source.html and elsewhere
+
- Upload to sf.net:
Test releases go to the "zsh-test" directory.