KATO Tomoyuki 537bc6f0d6 [contributor] Rewrite backporting description
* add the description about unnecessary backport
* update example release to avoid EOL release

Change-Id: I0e412897d2509aa57f4588f1154db00132783834
2015-11-02 13:36:57 +02:00

566 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, 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