github-activity icon indicating copy to clipboard operation
github-activity copied to clipboard

Use `by @authorname` in each PR note to include a list of images in GitHub releases

Open choldgraf opened this issue 3 years ago • 0 comments

Context

GitHub releases will put a list of headshots for all contributors to a release at the bottom of the release notes. However, it detects this group by looking for the words by @HANDLE. This theme currently doesn't generate this pattern, and so GitHub misses them.

One downside to this is that the @HANDLE pattern only auto-links on GitHub itself, not in documentation sites etc. Moreover, using [@HANDLE](https://github.com/HANDLE) doesn't work properly either.

choldgraf avatar Aug 30 '22 08:08 choldgraf