8000 Prepare 1.2.0 release (#19) · python/blurb@07bb15c · GitHub
[go: up one dir, main page]

Skip to content

Commit 07bb15c

Browse files
authored
Prepare 1.2.0 release (#19)
2 parents 2964e07 + 745b5a0 commit 07bb15c

File tree

3 files changed

+18
-1
lines changed

3 files changed

+18
-1
lines changed

.github/release.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
changelog:
2+
exclude:
3+
authors:
4+
- dependabot
5+
- pre-commit-ci

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff 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).

RELEASING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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

0 commit comments

Comments
 (0)
0