diff options
author | dana <dana@dana.is> | 2019-12-21 20:58:37 -0600 |
---|---|---|
committer | dana <dana@dana.is> | 2019-12-21 20:58:37 -0600 |
commit | 1a8c69e26fc7e64e1b5e2837d7754a910b6a0c26 (patch) | |
tree | bbf580845c1267d5c30223d2b006e1ce05e834a4 | |
parent | 90668d8f56d2aed5d38db57ccfbb028999f0aaae (diff) | |
download | zsh-1a8c69e26fc7e64e1b5e2837d7754a910b6a0c26.tar.gz zsh-1a8c69e26fc7e64e1b5e2837d7754a910b6a0c26.tar.xz zsh-1a8c69e26fc7e64e1b5e2837d7754a910b6a0c26.zip |
45101: Adjust white space
-rw-r--r-- | ChangeLog | 2 | ||||
-rw-r--r-- | Etc/creating-a-release.txt | 12 |
2 files changed, 10 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog index 8f5eb880a..ad45de99b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2019-12-21 dana <dana@dana.is> + * 45101: Etc/creating-a-release.txt: Adjust white space + * 45101 (tweaked per 45104): Etc/creating-a-release.txt: Document new dev/test versioning scheme, clarify other release steps. New versioning scheme not to be used until after 5.8 diff --git a/Etc/creating-a-release.txt b/Etc/creating-a-release.txt index f77d7434e..805ff2ce0 100644 --- a/Etc/creating-a-release.txt +++ b/Etc/creating-a-release.txt @@ -66,7 +66,8 @@ To create a zsh release: make tarxz-doc tarxz-src for i in zsh*.tar.?z ; do gpg -ab -- $i ; done -- [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: +- [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 git clone ssh://git.code.sf.net/p/zsh/web @@ -75,7 +76,10 @@ To create a zsh release: Test releases go to the "zsh-test" directory. Stable releases to zsh/ and zsh-doc/. - For stable releases only, after uploading, select the tar.xz artifact under zsh/, 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. + For stable releases only, after uploading, select the tar.xz artifact + under zsh/, 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. - If the new release is a stable release, update zsh.sf.net: @@ -115,8 +119,8 @@ To create a zsh release: # several minutes to appear afterwards rsync ... -- For stable releases, upload the build artefacts to zsh.org/pub; you may need assistance from - another dev if you don't have access to do this. +- For stable releases, upload the build artefacts to zsh.org/pub; you may need + assistance from another dev if you don't have access to do this. - Post to -workers@ |