File tree Expand file tree Collapse file tree 3 files changed +18
-1
lines changed
Expand file tree Collapse file tree 3 files changed +18
-1
lines changed Original file line number Diff line number Diff line change 1+ changelog :
2+ exclude :
3+ authors :
4+ - dependabot
5+ - pre-commit-ci
Original file line number Diff line number Diff line change @@ -239,6 +239,18 @@ part of the cherry-picking process.
239239
240240## Changelog
241241
242+ ### 1.2.0
243+
244+ - Replace spaces with underscores in news directory.
245+ - Drop support for Python 3.7.
246+ - Remove ` blurb split ` command.
247+ - Replace ` gh-issue-NNNN: ` with ` gh-NNNN: ` in the output.
248+ - Accept GitHub issues numbered only 32426 or above.
249+ - Improve error checking when parsing a Blurb.
250+ - Loosen README check for CPython forks.
251+ - Move code from ` python/core-workflow ` to own ` python/blurb ` repo.
252+ - Deploy to PyPI via Trusted Publishers.
253+
242254### 1.1.0
243255
244256- Support GitHub Issues in addition to b.p.o (bugs.python.org).
Original file line number Diff line number Diff line change 11# Release Checklist
22
33- [ ] check tests pass on [ GitHub Actions] ( https://github.com/python/blurb/actions )
4- [ ![ GitHub Actions status] ( https://github.com/python/blurb/actions/workflows/main .yml/badge.svg )] ( https://github.com/python/blurb/actions/workflows/main .yml )
4+ [ ![ GitHub Actions status] ( https://github.com/python/blurb/actions/workflows/test .yml/badge.svg )] ( https://github.com/python/blurb/actions/workflows/test .yml )
55
66- [ ] Update [ changelog] ( https://github.com/python/blurb/blob/main/CHANGELOG.md )
77
You can’t perform that action at this time.
0 commit comments