-
-
Notifications
You must be signed in to change notification settings - Fork 60
Support GitHub Issues #431
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
Conversation
Use `issue` instead of `bpo` in the metadata. Use `gh-<number>` in the misc/news filename Bump the version to 1.1.0 Closes #428
Co-authored-by: Oleg Iarygin <dralife@yandex.ru>
FYI, we are planning to migrate the issues this weekend, and as soon as the migration is complete, we should merge this PR. |
need to be able to read the existing `bpo-` news files. If the metadata contains `bpo-`, then append `bpo-` to the filename. Else, append `gh-issue`.
In case you need to publish the package to PyPI this weekend, I think only @brettcannon or @larryhastings can do it. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
My comments have been addressed. I'm not familiar enough with the rest of the code to tell whether the changes are correct, but if you tested them and they work I'll assume they are ok :)
There is a discrepancy in the prefix:
|
@arhadthedev I've updated the readme. If you found more references to Thanks. @ezio-melotti Yes I tested locally doing |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Since now both are supported, what happens if someone adds both .. bpo:
and .. gh-issue:
?
The rest LGTM.
If they add both I can make the change so that only |
@brettcannon, can you publish this on PyPI? |
@brettcannon I also can do the publishing going forward if you want. I just need to be added to the PyPI project for blurb. Thanks. |
Blurb generates gh-issue- but Bedevere only accepted gh-. This was discussed here: python/core-workflow#431 (comment)
Use
issue
instead ofbpo
in the metadata.Use
gh-<number>
in the misc/news filenameBump the version to 1.1.0
Closes #428