about summary refs log tree commit diff
path: root/Etc
diff options
context:
space:
mode:
authorDaniel Shahaf <d.s@daniel.shahaf.name>2020-07-14 18:27:32 +0000
committerDaniel Shahaf <d.s@daniel.shahaf.name>2020-07-14 18:27:36 +0000
commitb9f9a94862460793afc088b6ac7f6bd02bd28550 (patch)
tree0751d1a9376bfd03f91ed77546615473607c2b58 /Etc
parent2516da75a91f1daead579c5c5004d89ff9e33a3f (diff)
downloadzsh-b9f9a94862460793afc088b6ac7f6bd02bd28550.tar.gz
zsh-b9f9a94862460793afc088b6ac7f6bd02bd28550.tar.xz
zsh-b9f9a94862460793afc088b6ac7f6bd02bd28550.zip
46244: Start to introduce a release managers keyring.
Diffstat (limited to 'Etc')
-rw-r--r--Etc/creating-a-release.txt6
1 files changed, 6 insertions, 0 deletions
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.