Skip to content

Commit c986c5d

Browse files
committed
Split RELEASES.md into new "2021 edition" file
To ensure that splitting the file didn't break formatting, I ran the following commands: ```sh pulldown-cmark <RELEASES_2021_EDITION.md >rendered_2021.html pulldown-cmark <RELEASES.md >rendered.html diff rendered.html rendered_2021.html | rg "^>" ``` At first the diff included multiple new lines in `rendered_2021.html`, indicating links that weren't rendered to HTML because their target was missing. After I added those targets, but diff was remove-only. The general policy for RELEASES files would be to update the _2021 file until edition 2024 comes, then we'd create a RELEASES_2021_EDITION file (also linked from the RELEASES.md file), and so on. We could optionally add a RELEASES_2018_EDITION and/or a RELEASES_OLD file, but that decision is outside the scope of this commit.
1 parent fad6bb8 commit c986c5d

File tree

2 files changed

+2565
-0
lines changed

2 files changed

+2565
-0
lines changed

RELEASES.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
Versions 1.75.0 and later
2+
=========================
3+
4+
To limit the size of the release files and facilitate Github markdown rendering,
5+
new releases will be listed in [RELEASES_2021_EDITION.md](./RELEASES_2021_EDITION.md).
6+
17
Version 1.74.0 (2023-11-16)
28
==========================
39

0 commit comments

Comments
 (0)