<div dir="auto"><div><div class="gmail_quote"><div dir="ltr">On Thu, Dec 13, 2018, 4:49 AM Hans Wennborg <<a href="mailto:hans@chromium.org" target="_blank" rel="noreferrer">hans@chromium.org</a> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">On Thu, Dec 13, 2018 at 5:54 AM James Y Knight via llvm-dev<br>
<<a href="mailto:llvm-dev@lists.llvm.org" rel="noreferrer noreferrer" target="_blank">llvm-dev@lists.llvm.org</a>> wrote:<br>
><br>
> On Fri, Nov 16, 2018 at 7:40 PM Jeremy Lakeman <<a href="mailto:Jeremy.Lakeman@gmail.com" rel="noreferrer noreferrer" target="_blank">Jeremy.Lakeman@gmail.com</a>> wrote:<br>
>><br>
>> Semantic versioning would recommend "v8.0.0-dev", "v8.0.0-rc1" etc. The hyphen indicating that this is a pre-release version coming before "v8.0.0"<br>
><br>
><br>
> Here's my proposal:<br>
> - Release branches will be named: release/3.5.x (for old version numbering scheme), release/7.x (for new).<br>
> - The tags for release branches will be named v8.0.0 (for final), and v8.0.0-rc1 for release candidates.<br>
> - Tags on the master branch (which will be created at commits modifying the version file after branch creation, ala r338537) will be named v8.0.0-dev.<br>
<br>
I'm not sure about the part about tagging the master branch.<br>
<br>
In your example, if someone checks out v8.0.0-dev, they would not get<br>
the latest version of 8.0.0-dev, i.e. master, but the *first* commit,<br>
which seems odd.<br>
<br>
I suppose we could call it v8.0.0-base or something like that, but do<br>
we really need this?<br></blockquote></div></div><div dir="auto"><br></div><div dir="auto">We don't *need* it, no. But it might be useful.</div><div dir="auto"><br></div><div dir="auto"><span style="font-family:sans-serif">The purpose of this tag would not be for people to check out, but rather to allow "git describe" to return more interesting results when run on master.</span><div dir="auto" style="font-family:sans-serif"><br></div><div dir="auto" style="font-family:sans-serif">See David Jones' email from Nov 16.</div></div><div dir="auto"><br></div><div dir="auto"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
</blockquote></div>
</div></div>