File tree 3 files changed +18
-1
lines changed 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.
239
239
240
240
## Changelog
241
241
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
+
242
254
### 1.1.0
243
255
244
256
- Support GitHub Issues in addition to b.p.o (bugs.python.org).
Original file line number Diff line number Diff line change 1
1
# Release Checklist
2
2
3
3
- [ ] 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 )
5
5
6
6
- [ ] Update [ changelog] ( https://github.com/python/blurb/blob/main/CHANGELOG.md )
7
7
You can’t perform that action at this time.
0 commit comments