Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
What's the next release number?
- X-seq: zsh-workers 37440
- From: Daniel Shahaf <d.s@xxxxxxxxxxxxxxxxxx>
- To: zsh-workers@xxxxxxx
- Subject: What's the next release number?
- Date: Mon, 28 Dec 2015 15:02:38 +0000
- Dkim-signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= daniel.shahaf.name; h=content-type:date:from:message-id :mime-version:subject:to:x-sasl-enc:x-sasl-enc; s=mesmtp; bh=83v FaymbLNJdMMuGeE8mbIt41Gg=; b=LSpzbzv9m6Nmri+Re8+3DB7AY0sBuVh9O60 GgGFzd6b0rh2l3m3UUEud7bzdyusMewLSdVOQAdczvxzMuJK9yMT/Wtl525y/JJn 3iy7ldE0rR4mG6AzZJ8167P2WQJYI9VxkWUW37SLlHO1sIZKp3eU04WzB+3BBkOP qxm5/sAc=
- Dkim-signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= messagingengine.com; h=content-type:date:from:message-id :mime-version:subject:to:x-sasl-enc:x-sasl-enc; s=smtpout; bh=83 vFaymbLNJdMMuGeE8mbIt41Gg=; b=YH+YmrDSz2xzqxkxXzebyMwS/RlMffwvPm AdBvzWNPd/MFeL4SzdKBaSqGtb8q8KqwVLHcfX2dPkoEtawn/bEHPmAnc8kM9bZj z1xq1cboprlOX7+HCkk4dTnh24XPjgdKwygwhkeaXuiwjmqnsUCl+aLZq/uiwcFn BwXZn5MrE=
- List-help: <mailto:zsh-workers-help@zsh.org>
- List-id: Zsh Workers List <zsh-workers.zsh.org>
- List-post: <mailto:zsh-workers@zsh.org>
- Mailing-list: contact zsh-workers-help@xxxxxxx; run by ezmlm
How can I now, at a given point in time, what will be the next release's
version number?
I keep running into situations where I need to refer to a change made in
master using the release number it's expected to first appear in, and
when I try to guess what that number will be, I get it wrong. (E.g.,
when 5.0.8 was current I wrote "The change will appear in 5.0.9" and
there is no such version. Ditto for 5.1.2/5.2.)
I could say "the change will appear in the release after 5.2", but
that's needlessly complicated: I'd much rather be able to say "The
change will appear in release ${foo}" for one specific value of ${foo}.
Cheers,
Daniel
Messages sorted by:
Reverse Date,
Date,
Thread,
Author