Skip to content

chore: add release contributors section#1690

Open
AkashKumar7902 wants to merge 1 commit intokubewarden:mainfrom
AkashKumar7902:issue-831-release-contributors
Open

chore: add release contributors section#1690
AkashKumar7902 wants to merge 1 commit intokubewarden:mainfrom
AkashKumar7902:issue-831-release-contributors

Conversation

@AkashKumar7902
Copy link
Copy Markdown

Summary

  • Add a Contributors section to the Release Drafter template using $CONTRIBUTORS.
  • Keep the existing release categories, labels, and version resolver unchanged.

Fixes #831

Validation

  • yq '.' .github/release-drafter.yml
  • yq -e '.template == "$CHANGES\n\n## Contributors\n\n$CONTRIBUTORS\n"' .github/release-drafter.yml
  • git diff --check

Signed-off-by: Akash Kumar <meakash7902@gmail.com>
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Adds a Contributors section to this repository’s Release Drafter-generated release notes to satisfy issue #831’s requirement that GitHub Releases include the list of people who contributed to the release.

Changes:

  • Update Release Drafter template to append a “## Contributors” section.
  • Populate that section using Release Drafter’s $CONTRIBUTORS placeholder.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: Pending review

Development

Successfully merging this pull request may close these issues.

Release drafter: add list of contributors to the release description

2 participants