[Infra] Improved GitHub Issue Link Formatting in Release Notes#7900
[Infra] Improved GitHub Issue Link Formatting in Release Notes#7900
Conversation
The `githubIssueLinkFormatter` function now encloses the generated GitHub issue links within parentheses for improved visual presentation in release notes.
Using Gemini Code AssistThe full guide for Gemini Code Assist can be found on our documentation page, here are some quick tips. Invoking Gemini You can request assistance from Gemini at any point by creating a comment using either
Customization To customize Gemini Code Assist for GitHub experience, repository maintainers can create a configuration file and/or provide a custom code review style guide (such as PEP-8 for Python) by creating and adding files to a Limitations & Feedback Gemini Code Assist may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counter productive. You can react with 👍 and 👎 on @gemini-code-assist comments. If you're interested in giving your feedback about your experience with Gemini Code Assist for GitHub and other Google products, sign up here. |
plugins test results67 tests 67 ✅ 1m 55s ⏱️ Results for commit 6732ec0. ♻️ This comment has been updated with latest results. |
Enhances the
MakeReleaseNotesTaskto provide more structured and readable GitHub issue links in the generated release notes.Key Changes:
githubIssueLinkFormatterto wrap generated links in parentheses.githubMultiIssueLinkFormatterto detect and format comma-separated lists of GitHub issues. Multiple issues are now presented as an indented list within parentheses.plugins/src/test/resourcesto reflect the new formatting style and added cases for multiple issue links.Internal b/491979526