Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: Test release: 5.7.1-test-1



On 14 Dec 2019, at 21:58, Daniel Shahaf <d.s@xxxxxxxxxxxxxxxxxx> wrote:
> README shouldn't say "This is version 5.8.  It is a stable
> release." yet.  The tarball is 5.7.1-test-1, not 5.8, and it's a test
> release, not stable release; that's what README should state.

Oh. I had just copied what we did for 5.7:

https://github.com/zsh-users/zsh/commit/9dbde9e9c7d22ee0d301e4a2fecf97906d1ddce9

If that's undesirable, i'll add it to the release instructions later.

On a related note, i also wasn't clear on how the -dev- and -test- numbering
are meant to work. Previous first -test- releases have either reset the number
to 1 or incremented the last -dev- number (e.g., -dev-1 to -test-2). The
release instructions say -dev-$((i++)) and -test-$((++j)), which i guess means
start from -dev-0 and -test-1, but it's not quite explicit. Is that correct?
(If they do have different 'base indexes', why?)

Lastly, should the 'latest version' on Sourceforge be updated to point to test
releases, or only stable ones? The instructions didn't make a distinction, so
i updated it, but that's another thing that might be made more explicit.

PS: You might've noticed that i also forgot to update the change log before
tagging; i can't blame that on confusion, i just messed up :(

dana



Messages sorted by: Reverse Date, Date, Thread, Author