Link release notes to corresponding PRs? #17791
Replies: 2 comments 1 reply
-
that would be a nice to have - but also a lot of work ( although I hope part of the notes are generated) If I do a simple search in GitHub by pasting in that description I can easily find
![]() AI-Alternative : Ask GitHub Copilot. Is there a specific feature that you are interested in ? |
Beta Was this translation helpful? Give feedback.
-
Thanks, that's what I ended up doing after a little bit of searching around. I would imagine that at least part of the release notes are auto-generated, so would guess it mightn't be that hard to include the PR along with the message. In particular, the particular change I was looking for didn't have much in the way of documentation (as with many changes), so getting to the code is the easiest thing, so this would make that process easier Strangely, the specific PR I was looking for was the spiflash one you mentioned 😮 |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm trying to find the code changes associated with a new feature in v1.25.0, but finding it difficult to actually find the PR or commit that introduced this. Generally, is it possible for releases to include a link the PRs (or PR numbers, or commit hashes) alongside each feature? (yes, I can get the commits using
git log --oneline v1.24.0..v1.25.0
but would be nice to get to it straight from the release notes)Beta Was this translation helpful? Give feedback.
All reactions