docs: Provide details on procedure for submitting bug fixes for a minor release of Mopidy.

This commit is contained in:
jcass 2015-12-27 08:04:32 +02:00
parent dea07605b7
commit 8ca871cad9
2 changed files with 9 additions and 0 deletions

View File

@ -126,3 +126,11 @@ Pull request guidelines
#. Send a pull request to the ``develop`` branch. See the `GitHub pull request
docs <https://help.github.com/articles/using-pull-requests>`_ for help.
.. note::
If you are contributing a bug fix for a specific minor version of Mopidy
you should create the branch based on ``release-x.y`` instead of
``develop``. When the release is done the changes will be merged back into
``develop`` automatically as part of the normal release process. See
:ref:`creating-releases`.

View File

@ -6,6 +6,7 @@ Here we try to keep an up to date record of how Mopidy releases are made. This
documentation serves both as a checklist, to reduce the project's dependency on
key individuals, and as a stepping stone to more automation.
.. _creating-releases:
Creating releases
=================