You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We use lerna-changelog to generate the release notes. However in this case the at-mentions are hyperlinks, which aren't picked up by GitHub (and I doubt if they ever will, because it's not how pings work). It seems contributors are usually included in two places: once in each PR, and once in the "committers" list, which is a superset of the former. Is it possible that in the committers list, we do not make the IDs hyperlinks, and instead add a "homepage" link after that, which can be optionally hidden so all we have is the ping mentions?
This discussion was converted from issue #589 on November 16, 2021 07:41.
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Starting in September, GitHub generates an avatar list for all users mentioned in the release notes: https://github.blog/changelog/2021-09-14-releases-now-have-an-avatar-list/
We use lerna-changelog to generate the release notes. However in this case the at-mentions are hyperlinks, which aren't picked up by GitHub (and I doubt if they ever will, because it's not how pings work). It seems contributors are usually included in two places: once in each PR, and once in the "committers" list, which is a superset of the former. Is it possible that in the committers list, we do not make the IDs hyperlinks, and instead add a "homepage" link after that, which can be optionally hidden so all we have is the ping mentions?
I hope to have the following options:
The default generates:
--plain-id
generates:--seperate-link
generates:Beta Was this translation helpful? Give feedback.
All reactions