DOC: change branch and backport guidelines#10822
DOC: change branch and backport guidelines#10822tacaswell merged 5 commits intomatplotlib:v2.2.2-docfrom
Conversation
tacaswell
commented
Mar 17, 2018
- Documents that we now use meeseeksdev
- Documents current active branches
- Documents 2.2.x backport guidelines
| TARGETBRANCH`` in the milestone description. | ||
|
|
||
| The bot can also be manually triggered after a merge by leaving a | ||
| message ``@meeseeksdev backport to BRANCH`` on the PR. |
There was a problem hiding this comment.
note that only whitelisted devs can use that (and mention how to be added?) (or did that change?)
There was a problem hiding this comment.
There is no longer a whitelist.
There was a problem hiding this comment.
Can you document what to do when meeseeksdev replies with the cryptic error message "Something went wrong ... Please have a look at my logs." Are the logs somewhere visible?
There was a problem hiding this comment.
I think Mathias has to add you to another service to have access to the logs.
|
|
||
| * ``DANGER`` is a read/write remote branch of the matplotlib/matplotlib repo | ||
| We use meeseeksdev bot to automatically backport merges to the correct | ||
| maintenance branch based on the milestone assigned to the PR. The |
There was a problem hiding this comment.
Milestone should be assigned before merging.
|
|
||
| We do a backport from master to v2.0.x assuming: | ||
| *master* | ||
| This will be Matplotlib 3.0. Supports python 3.5+. |
|
|
||
| * ``matplotlib`` is a read-only remote branch of the matplotlib/matplotlib repo | ||
| *v2.2.x* | ||
| Maintenance branch for Matplotlib 2.2 LTS. Supports python 2.7, 3.4+ |
1d847ba to
51277a0
Compare
| for and shepherd through the backport. | ||
|
|
||
| The only changes to be backported to 2.2.N-doc are changes to | ||
| :path:`doc`, :path:`examples`, or :path:`totorials`. Any changes to |
dopplershift
left a comment
There was a problem hiding this comment.
Sounds good, once sphinx build passes.
|
self-merged on @dopplershift 's approval and discussion on the call today so it will be in the 2.2.2 docs which I am building now. |