title: [TIL][Learning] Github Release with Pretty Contributors Icons
published: false
date: 2021-10-11 00:00:00 UTC
tags:
canonical_url: http://www.evanlin.com/til-github-release-contributors/
---

# Displaying Contributors in Release Note
Recently, while working on the new [LINE Bot Go SDK](https://github.com/line/line-bot-sdk-go/releases) release, I found that by using `@person` (requires auto-completion), a Contributors field appears in the Release note.

# Automatic Release Note

It can even automatically generate Release Notes.
- Needs to be a new change through a PR.
- The PR needs to have a clear description (of course)
It's also very convenient to generate!
# Reference
- [Managing releases in a repository](https://docs.github.com/en/repositories/releasing-projects-on-github/managing-releases-in-a-repository)
For further actions, you may consider blocking this person and/or reporting abuse
Top comments (0)