openstack-manuals/doc/contributor-guide/source/additional-git-workflow/backport.rst
venkatamahesh ac6bb74a8f [contributor-guide] Update the content of the guide
In this patch,
1.) Added networking-guide to the list of guides for those backport is
    to be used in the commit messages

Change-Id: Ic2b8690b33d3cea6dcd59a21792435fe6be8919f
2016-01-25 08:00:25 +00:00

584 B

Backport a change

When committing to the master branch, add the backport line to your commit message for potential backport patches (Installation Guide, Configuration Reference, Networking Guide, and common directory). For example:

  • To backport to a single branch:

    backport: liberty
  • To backport to multiple branches:

    backport: liberty kilo
  • If no backporting is needed, do not add the backport line, or explicitly add:

    backport: none