fix(release): extract release-specific contributors for VitePress changelogs - #93
Merged
Merged
Conversation
…eline with changelog generation scripts
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
…b-pr-generator skill
…thub-pr-generator skill
…nch without creating new branch
…tive paths in github-pr-generator skill
kentemman
approved these changes
Jul 30, 2026
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.
Summary
<Contributors>component in VitePress documentation andreleases.jsonlist only the authors who contributed to that specific release (instead of falling back to global repositorygit log -30history).([#91](https://github.com/GMD-Repository/gemma-plugin/pull/91))or(#433)) alongside author@mentionsat the end of changelog items.Key Changes
_clean_line()inscripts/release/collect_changes.pyto extract and format PR/issue links (e.g.(@author) (#433)or([@author](...)) ([#91](...))).scripts/ai/prompts/release_notes.mdrules and examples to instruct AI to preserve PR/issue links alongside author attributions.extract_contributors_from_changes()inscripts/utils/changelog.pyto parse author@mentionsdirectly from release changelog items.scripts/release/update_docs.pyto prioritize release-specific contributors over global repository history logs (git log -30).scripts/utils/github.py.1.0.15and1.0.14indocs/user-guide/changelog.mdanddocs/user-guide/public/releases.json.