Show More
@@ -17,6 +17,33 b' For instruction on how to make a developer install see :ref:`devinstall`.' | |||
|
17 | 17 | release_process |
|
18 | 18 | |
|
19 | 19 | |
|
20 | Backporting Pull requests | |
|
21 | ------------------------- | |
|
22 | ||
|
23 | All pull requests should usually be made against ``master``, if a Pull Request | |
|
24 | need to be backported to an earlier release; then it should be tagged with the | |
|
25 | correct ``milestone``. We then use `ghpro <https://pypi.python.org/pypi/ghpro>` | |
|
26 | to automatically list and apply the PR on other branches. For example: | |
|
27 | ||
|
28 | .. code-block:: bash | |
|
29 | ||
|
30 | $ backport-pr todo --milestone 5.2 | |
|
31 | [...snip..] | |
|
32 | The following PRs have been backported | |
|
33 | 9848 | |
|
34 | 9851 | |
|
35 | 9953 | |
|
36 | 9955 | |
|
37 | The following PRs should be backported: | |
|
38 | 9417 | |
|
39 | 9863 | |
|
40 | 9925 | |
|
41 | 9947 | |
|
42 | ||
|
43 | $ backport-pr apply 5.x 9947 | |
|
44 | [...snip...] | |
|
45 | ||
|
46 | ||
|
20 | 47 | Old Documentation |
|
21 | 48 | ================= |
|
22 | 49 |
General Comments 0
You need to be logged in to leave comments.
Login now