Skip to content

Conversation

@ntBre
Copy link
Contributor

@ntBre ntBre commented Jun 17, 2025

Summary

During the release today, I noticed that the changelog is finally too long to
render at all on GitHub. This PR follows the same splitting procedure as in
uv (astral-sh/uv#11510, astral-sh/uv#12099): first splitting the file into one
per minor version, and then reversing the contents of each file to start with
the breaking release (changelogs/0.11.x.md starts with 0.11.0 instead of
0.11.13 as in the old changelog).

For the second part, I used reverse-changelog.py from the uv repo, so hopefully everything is correct. I spot-checked 0.7.0 at least.

ntBre added 2 commits June 17, 2025 11:26
Summary
--

During the release today, I noticed that the changelog is finally too long to
render at all on GitHub. This PR follows the same splitting procedure as in
uv (astral-sh/uv#11510,
astral-sh/uv#12099): first splitting the file into one
per minor version, and then reversing the contents of each file to start with
the breaking release (`changelogs/0.11.x.md` starts with 0.11.0 instead of
0.11.13 as in the old changelog).
@ntBre ntBre added the documentation Improvements or additions to documentation label Jun 17, 2025
@ntBre ntBre requested a review from MichaReiser June 17, 2025 15:34
Copy link
Member

@MichaReiser MichaReiser left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks. Can we add some instructions to the release step in the CONTRIBUTING.md. Just so that I won't forget splitting the CHANGELOG when I make the next minor release

@ntBre ntBre merged commit 9220add into main Jun 17, 2025
34 checks passed
@ntBre ntBre deleted the brent/split-changelog branch June 17, 2025 17:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

documentation Improvements or additions to documentation

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants