-
-
Notifications
You must be signed in to change notification settings - Fork 847
Update the section about backporting changes #173
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
I'd suggest updating it to show using |
Mariatta
added a commit
that referenced
this issue
Apr 25, 2017
Remove the part about merging into master. Remove the part about prefixing the PR title with `X.Y`, cherry_picker.py already does this. Closes #173
willingc
pushed a commit
that referenced
this issue
Apr 25, 2017
* Update backport instructions Remove the part about merging into master. Remove the part about prefixing the PR title with `X.Y`, cherry_picker.py already does this. Closes #173 * hash -> hashes * add `an`
3 tasks
AA-Turner
pushed a commit
to AA-Turner/devguide
that referenced
this issue
Jun 17, 2022
* Update backport instructions Remove the part about merging into master. Remove the part about prefixing the PR title with `X.Y`, cherry_picker.py already does this. Closes python#173 * hash -> hashes * add `an`
kitarefake
added a commit
to kitarefake/devguide
that referenced
this issue
Jul 15, 2024
* Update backport instructions Remove the part about merging into master. Remove the part about prefixing the PR title with `X.Y`, cherry_picker.py already does this. Closes python/devguide#173 * hash -> hashes * add `an`
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The section:
http://cpython-devguide.readthedocs.io/committing.html?highlight=backport#backporting-changes-to-python-3-6-or-older-version
has instructions on how to apply a patch to master, which is not desirable in the current workflow. We should be working on branches other than master.
I think this should be updated somehow. Maybe also consider merging it with the next section http://cpython-devguide.readthedocs.io/committing.html?highlight=backport#backport-and-cherry-pick-labels
The text was updated successfully, but these errors were encountered: