Skip to content
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

Strip backport PR number from the commit message #53

Closed
berkerpeksag opened this issue Feb 12, 2018 · 2 comments
Closed

Strip backport PR number from the commit message #53

berkerpeksag opened this issue Feb 12, 2018 · 2 comments

Comments

@berkerpeksag
Copy link
Member

@berkerpeksag berkerpeksag commented Feb 12, 2018

From https://devguide.python.org/gitbootcamp/#backporting-merged-changes

Example of good backport commit message:

bpo-12345: Improve the spam module (GH-777)

  • Add method A to the spam module
  • Update the documentation of the spam module

(cherry picked from commit 62adc55)

I agree that the backport PR's number is rarely useful and it would be nice to remove it automatically. Can miss-islington strip the backport PR number in the commit message?

@Mariatta
Copy link
Member

@Mariatta Mariatta commented Feb 12, 2018

Yes, done in #53.

@berkerpeksag
Copy link
Member Author

@berkerpeksag berkerpeksag commented Feb 12, 2018

Awesome, thank you very much @Mariatta :)

@Mariatta Mariatta closed this in #56 Feb 12, 2018
Mariatta added a commit that referenced this issue Feb 12, 2018
Closes #53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
2 participants
You can’t perform that action at this time.