1
0
mirror of git://git.code.sf.net/p/zsh/code synced 2024-09-27 22:40:20 +02:00

46244: Start to introduce a release managers keyring.

This commit is contained in:
Daniel Shahaf 2020-07-14 18:27:32 +00:00
parent 2516da75a9
commit b9f9a94862
2 changed files with 11 additions and 0 deletions

View File

@ -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

View File

@ -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.