-
Notifications
You must be signed in to change notification settings - Fork 6
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
add --bpo to blurb #10
Comments
GitMate.io thinks possibly related issues are python/core-workflow#275 (CalledProcessError attempting to add a blurb), python/core-workflow#74 (Add bpo link to mention-bot when issue id provide), python/devguide#3 (Add Travis support), #7 (blurb won't let me create a NEWS entry without a bpo issue number), and python/core-workflow#166 (blurb and |
I think work has been done in python/core-workflow#184, status is awaiting changes. |
Thanks, it's clearly my need. I am going to ping @tiran |
duplicate of #6 ? |
Could we add a
--bpo NUMBER
parameter toblurb add
command?This parameter would be used by for the template of blurb and would fill the
.. bpo: NUMBER
in the template.why? when I create a branch for an issue, I use the number of the issue from bpo and I create a branch with this number.
Attention: I use the fish shell and not bash/zsh
for the checkout
I can get the issue number via
git rev-parse --abbrev-ref HEAD | string sub --start=5
example:
and I would like to pass the bpo number on the command line like that:
Of course, maybe we could do the same thing for the section and the paragraph.
Example:
The text was updated successfully, but these errors were encountered: