openstack-manuals/doc/contributor-guide/source/additional-git-workflow/backport.rst
qiaomin 92f9d8a656 [contributor-guide] Use newton title for install guide to replace mitaka
Since newton rename the Installation Guide to Installation Tutorials
and Guides, so this patch use the new name in contributor guide
for cleanup.

Change-Id: I77553a5337a72ff5d12df565859c19bf9b9b93e0
2016-10-10 00:51:12 +00:00

600 B

Backport a change

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

  • To backport to a single branch:

    backport: mitaka
  • To backport to multiple branches:

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

    backport: none