diff options
Diffstat (limited to 'Etc')
-rw-r--r-- | Etc/FAQ.yo | 2 | ||||
-rw-r--r-- | Etc/creating-a-release.txt | 3 |
2 files changed, 2 insertions, 3 deletions
diff --git a/Etc/FAQ.yo b/Etc/FAQ.yo index 10c773b75..a3dfc6c13 100644 --- a/Etc/FAQ.yo +++ b/Etc/FAQ.yo @@ -306,7 +306,7 @@ sect(On what machines will it run?) sect(What's the latest version?) - Zsh 5.6.1 is the latest production version. For details of all the + Zsh 5.6.2 is the latest production version. For details of all the changes, see the NEWS file in the source distribution. A beta of the next version is sometimes available. Development of zsh is diff --git a/Etc/creating-a-release.txt b/Etc/creating-a-release.txt index bb7272368..2445151f5 100644 --- a/Etc/creating-a-release.txt +++ b/Etc/creating-a-release.txt @@ -40,8 +40,6 @@ To create a zsh release: make tarxz-doc tarxz-src for i in zsh*.tar.?z ; do gpg -ab -- $i ; done - # The tarxz-* targets create both *.tar.gz and *.tar.xz. - - [one time step] Add your key to http://zsh.sf.net/Arc/source.html; see README in the 'web' repository for how to do this. Its URL is: git clone git://git.code.sf.net/p/zsh/web @@ -51,6 +49,7 @@ To create a zsh release: Test releases go to the "zsh-test" directory. Stable releases to zsh/ and zsh-doc/. + After uploading, select the tar.xz artifact, press the 🛈 button ("View Details") to its right, and press [Select All] next to "Default Download For:". This should cause sf.net to offer that artifact in the "Looking for the latest version?" line. - Upload to zsh.org |