include some details about how we want commit messages structured

When trying to find a particular release request, it's more useful to
have the name of the thing and the version than a description like "fix
bug XYZ".

Change-Id: Ia42b76b7e27f0d24f50cacde15afb3087a2e75ec
This commit is contained in:
Doug Hellmann
2015-11-10 19:50:03 +00:00
parent b31779b0c6
commit 6bb9fc5946

View File

@@ -23,6 +23,12 @@ the development team is aware of the coming change.
#. Prepare the release request by submitting a patch to this
repository.
* Set the first line (summary) of the commit message to the package
name and version being requested.
* If you are not the release liaison or PTL, have the PTL of the
project acknowledge the request with a +1.
#. Prepare an update to the openstack/requirements repository to
change upper-constraints.txt to ensure the new release is tested in
the gate. You may also need to update global-requirements.txt in
@@ -70,6 +76,9 @@ General notes when reviewing a release request:
accurately via a script, so we need it to be done by the person
releasing the library.
* Make sure the summary of the patch includes the deliverable name and
version number.
The following rules apply mostly to stable branches and therefore a member of
the `stable-maint-core <https://review.openstack.org/#/admin/groups/530,members>`_
team should +1 the following types of changes before they are approved.