##// END OF EJS Templates
remove ghpro instruction to backport
Matthias Bussonnier -
Show More
@@ -39,32 +39,6 b' possible.'
39 If the pull request cannot be automatically backported, the bot should tell you
39 If the pull request cannot be automatically backported, the bot should tell you
40 so on the PR and apply a "Need manual backport" tag to the origin PR.
40 so on the PR and apply a "Need manual backport" tag to the origin PR.
41
41
42
43 Backport with ghpro
44 -------------------
45
46 We can also use `ghpro <https://pypi.python.org/pypi/ghpro>`_
47 to automatically list and apply the PR on other branches. For example:
48
49 .. code-block:: bash
50
51 $ backport-pr todo --milestone 5.2
52 [...snip..]
53 The following PRs have been backported
54 9848
55 9851
56 9953
57 9955
58 The following PRs should be backported:
59 9417
60 9863
61 9925
62 9947
63
64 $ backport-pr apply 5.x 9947
65 [...snip...]
66
67
68 .. _release_process:
42 .. _release_process:
69
43
70 IPython release process
44 IPython release process
General Comments 0
You need to be logged in to leave comments. Login now