Overall followup... First of all, the original mail says that dev snapshots, should we decide to create any, would be suffixed "-devN" (e.g. -dev0, -dev1, etc).
I think this is incorrect and it should be ".devN" (with a dot and not with a dash) - which is what PyPI/pip will be expecting as denoting what they call "pre releases". Reviewing this difference, I believe this changes nothing. On Thu, 2023-07-20 at 12:21 +0900, Tristan van Berkom wrote: > Hi all, > > In consideration of the change (pending review) which adds the much > requested `--retry-failed` feature: > > https://github.com/apache/buildstream/issues/1335 > https://github.com/apache/buildstream/pull/1849 > > ... I am reluctant to make a release including this feature addition > without bumping the minor version. > In order to make the upcomming release be "2.1.0", I have prepared the following changes which I believe to be the only needed changes: https://github.com/apache/buildstream/pull/1854 https://gitlab.com/BuildStream/docs-website/-/merge_requests/12 Please feel free to check my work, I've double checked the cibuildwheel stuff and that seems to be version agnostic, would be good to catch any other remaining problems with this before trying to roll a release :) Cheers, -Tristan
