@@ -191,32 +191,6 @@ uses the name of the directory CPython is checked out to.
191
191
version I'm releasing, and using this shortcut saves me some typing.)
192
192
193
193
194
- ### blurb split
195
-
196
- ` blurb split ` only needs to be run once per-branch, ever.
197
- It reads in ` Misc/NEWS `
198
- and splits it into individual ` .rst ` files.
199
- The text files are stored as follows::
200
-
201
- Misc/NEWS.d/<version>.rst
202
-
203
- ` <version> ` is the version number of Python where the
204
- change was committed. Pre-release versions are denoted
205
- with an abbreviation: ` a ` for alphas, ` b ` for betas,
206
- and ` rc ` for release candidates.
207
-
208
- The individual ` <version>.rst ` files actually (usually)
209
- contain multiple entries. Each entry is delimited by a
210
- single line containing ` .. ` by itself.
211
-
212
- The assumption is, at the point we convert over to * blurb* ,
213
- we'll run ` blurb split ` on each active branch,
214
- remove ` Misc/NEWS ` from the repo entirely,
215
- never run ` blurb split ` ever again,
216
- and ride off into the sunset, confident that the world is now
217
- a better place.
218
-
219
-
220
194
221
195
## The "next" directory
222
196
@@ -239,6 +213,18 @@ part of the cherry-picking process.
239
213
240
214
## Changelog
241
215
216
+ ### 1.2.0
217
+
218
+ - Replace spaces with underscores in news directory.
219
+ - Drop support for Python 3.7.
220
+ - Remove ` blurb split ` command.
221
+ - Replace ` gh-issue-NNNN: ` with ` gh-NNNN: ` in the output.
222
+ - Accept GitHub issues numbered only 32426 or above.
223
+ - Improve error checking when parsing a Blurb.
224
+ - Loosen README check for CPython forks.
225
+ - Move code from ` python/core-workflow ` to own ` python/blurb ` repo.
226
+ - Deploy to PyPI via Trusted Publishers.
227
+
242
228
### 1.1.0
243
229
244
230
- Support GitHub Issues in addition to b.p.o (bugs.python.org).
0 commit comments