Skip to content

Commit

Permalink
Add category for type:informational labels to release drafter (#1083)
Browse files Browse the repository at this point in the history
Added a category for informational label, meaning we can set PR titles
such as in #1060 which will be
visible as the first thing in the release notes.

Signed-off-by: Elliot Gunton <elliotgunton@gmail.com>
  • Loading branch information
elliotgunton authored Jun 3, 2024
1 parent c7e16db commit 07e5ad3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/release-drafter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ template: $CHANGES
name-template: v$RESOLVED_VERSION
tag-template: $RESOLVED_VERSION
categories:
- title: ℹ️ Information
labels:
- type:informational
- title: ⭐️ Enhancements
labels:
- type:enhancement
Expand Down

0 comments on commit 07e5ad3

Please sign in to comment.