<div dir="ltr"><br><div class="gmail_extra"><br><div class="gmail_quote">On 8 August 2017 at 06:30, Doug Hellmann <span dir="ltr"><<a href="mailto:doug@doughellmann.com" target="_blank">doug@doughellmann.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">We realized recently that we haven't publicized some of the tools<br>
in the releases repository very well. One tool that will be useful<br>
this week as you prepare your release candidates is the 'new-release'<br>
command, which edits a deliverable file to add a new release from<br>
HEAD of the given branch, automatically computing the next verison<br>
number based on the inputs.<br>
<br>
Use the ``venv`` tox environment to run the tool, like this:<br>
<br>
   $ tox -e venv -- new-release SERIES DELIVERABLE TYPE<br>
<br>
The SERIES value should be the release series, such as "pike".<br>
<br>
The DELIVERABLE value should be the deliverable name, such as<br>
"oslo.config" or "cinder".<br>
<br>
The TYPE value should be one of "bugfix", "feature", "major",<br>
"milestone", or "rc".<br>
<br>
If the most recent release of cinder during the pike series is<br>
11.0.0.0b3 then running:<br>
<br>
   $ tox -e venv -- new-release pike cinder rc<br>
<br>
detects that this is the first release candidate and updates the<br>
file deliverables/pike/cinder.yaml with the new release 11.0.0.0rc1<br>
and instructions to create a new stable branch at that tag.<br>
<br>
There are some more details in the README.rst file in the releases<br>
repository, and as usual you'll find us in #openstack-release if you<br>
have questions.<br></blockquote><div><br></div><div>I tried it and it works like a charm, though I noticed some harmless side effects in that changes [1] in my patch showed up unsolicited.</div><div><br></div><div>Cheers,</div><div>Armando</div><div><br></div><div>[1] <a href="https://review.openstack.org/#/c/491560/1/deliverables/pike/networking-bgpvpn.yaml@7">https://review.openstack.org/#/c/491560/1/deliverables/pike/networking-bgpvpn.yaml@7</a> </div><div> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
<br>
Doug<br>
<br>
______________________________<wbr>______________________________<wbr>______________<br>
OpenStack Development Mailing List (not for usage questions)<br>
Unsubscribe: <a href="http://OpenStack-dev-request@lists.openstack.org?subject:unsubscribe" rel="noreferrer" target="_blank">OpenStack-dev-request@lists.<wbr>openstack.org?subject:<wbr>unsubscribe</a><br>
<a href="http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev" rel="noreferrer" target="_blank">http://lists.openstack.org/<wbr>cgi-bin/mailman/listinfo/<wbr>openstack-dev</a><br>
</blockquote></div><br></div></div>