File tree 1 file changed +6
-8
lines changed
Filter options
1 file changed +6
-8
lines changed
Original file line number Diff line number Diff line change @@ -45,14 +45,12 @@ Before a release
45
45
46
46
**Permissions **
47
47
48
- The release manager requires a set of permissions on top of the usual
49
- permissions given to maintainers, which includes:
48
+ The release manager must be a * maintainer * of `` scikit-learn `` to be able to
49
+ publish on `` pypi.org `` and `` test.pypi.org ``.
50
50
51
- - *maintainer * role on ``scikit-learn `` projects on ``pypi.org `` and
52
- ``test.pypi.org ``, separately.
53
- - become a member of the *scikit-learn * team on conda-forge by editing the
54
- ``recipe/meta.yaml `` file on
55
- ``https://github.com/conda-forge/scikit-learn-feedstock ``
51
+ The release manager must be a *maintainer * of the ``conda-forge/scikit-learn-feedstock ``
52
+ repository. This can be changed by editing the ``recipe/meta.yaml `` file in the
53
+ first release pull-request.
56
54
57
55
.. _preparing_a_release_pr :
58
56
@@ -153,7 +151,7 @@ should be excluded.
153
151
154
152
- After having dropped or picked commit, **do no exit ** but paste the content
155
153
of the `git-rebase-todo ` message in the PR.
156
- This file is located at `.git/rebase-merge/git-rebase-todo `) .
154
+ This file is located at `.git/rebase-merge/git-rebase-todo `.
157
155
158
156
- Save and exit, starting the interactive rebase.
159
157
You can’t perform that action at this time.
0 commit comments