File tree 1 file changed +0
-26
lines changed 1 file changed +0
-26
lines changed Original file line number Diff line number Diff line change @@ -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
You can’t perform that action at this time.
0 commit comments