You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Support GitHub Issues
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
* Test against Python 3.10
* Clarify that b.p.o means bugs.python.org on the changelog
Co-authored-by: Oleg Iarygin <dralife@yandex.ru>
* Support bpo as well because the `blurb merge` command still
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`.
* Update readme to use `gh-issue` instead of `gh-`
* Use `gh-issue` when both `bpo` and `gh-issue` exist.
Co-authored-by: Oleg Iarygin <dralife@yandex.ru>
0 commit comments