Re: How do i get news of git releases
From: Christian Couder <hidden>
Date: 2025-09-23 09:43:52
On Mon, Sep 22, 2025 at 7:43 PM 𝕍𝕖𝕝𝕠𝕔𝕚𝕗𝕪𝕖𝕣 [off-list ref] wrote:
How do i get changelogs for git in a convinent format (like email or RSS or Atom)? I see that i can get changelogs in /Documentation/RelNotes/ but then i have to check the folder manually instead of it being in my email and RSS and Atom client (Thunderbird).
Not sure it is what you need, but just in case, there is: https://github.com/chriscool/getreleases that we use to automatically generate release information that we publish in our Git Rev News newsletter: https://git.github.io/rev_news/archive/ You can use it like this: $ ./get_releases.py --get "Git" --exact --since 2025-07-24 Getting releases for exactly "Git" since 2025-07-24
Requesting https://lore.kernel.org/git/?q=d%3A20250724..+%5BANNOUNCE%5D+Git
+ Git [2.51.0](https://lore.kernel.org/git/xmqqikikk1hr.fsf@gitster.g/ (local)), [2.51.0-rc2](https://lore.kernel.org/git/xmqqh5ybcfwt.fsf@gitster.g/ (local)), [2.51.0-rc1](https://lore.kernel.org/git/xmqqikizoybn.fsf@gitster.g/ (local)), [2.51.0-rc0](https://lore.kernel.org/git/xmqqms8f5889.fsf@gitster.g/ (local) The URL for each release points to the announcement email on the mailing list archive. That email contains the release notes.