devtools: add --markdown output to credit for release notes#9260
Merged
sangbida merged 1 commit intoJun 30, 2026
Conversation
ShahanaFarooqui
requested changes
Jun 28, 2026
ShahanaFarooqui
left a comment
Collaborator
There was a problem hiding this comment.
Excellent work on the markdown output!
To make it even more useful for release notes, may I suggest a couple of refinements:
- The list should mention the sorting pattern, like "(sorted by commit count, descending)". This gives the most relevant contributors top visibility and makes the ordering transparent to readers.
- Instead of separate sections, consolidate the list into a single section with a (*) marker for first-time contributors. This avoids redundancy while still highlighting newcomers.
- A single line at the bottom thanking first-time contributors keeps the recognition without cluttering the list.
This can provide us a clean, scannable list that still celebrates first-timers. For example:
## Since **v26.04** we've had 302 commits in 68 days by 22 authors
### Contributors (ordered from most to fewest commits)
- Rusty Russell (128 commits)
- Sangbida Chaudhuri (43 commits)
- @daywalker90 (29 commits)
- Níckolas Goline (22 commits, *)
- Lagrang3 (21 commits)
- daywalker90 (12 commits)
- Vincenzo Palazzo (8 commits)
- @enaples (7 commits)
- Madeline (5 commits)
- Dusty Daemon (5 commits)
- Chandra Pratap (5 commits)
- Christian Decker (4 commits)
- wqxoxo (2 commits)
- ShahanaFarooqui (2 commits)
- Aditya Sharma (2 commits)
- lightningd (1 commits, *)
- ScuttoZ (1 commits)
- @sangbida (1 commits)
- Mattia (1 commits, *)
- MSimeZ (1 commits, *)
- @daeho-ro (1 commits, *)
- Andezion (1 commits, *)
* Special thanks to our first-time contributorsGenerate a comprehensive contributor list ordered by commits, with a separate section for first-time contributors, so release notes no longer need manually maintained lists. Co-Authored-By: Cursor <cursoragent@cursor.com>
a40b644 to
a087d78
Compare
Collaborator
Author
|
Thanks @ShahanaFarooqui! It now produces an output like this: |
ShahanaFarooqui
approved these changes
Jun 29, 2026
ShahanaFarooqui
left a comment
Collaborator
There was a problem hiding this comment.
Thanks, looks good :).
Ack a087d78
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Generate a comprehensive contributor list ordered by commits, with a separate section for first-time contributors like this:
Changelog-None