From 9ad9ca3537b9c192d132045838d5a3b5b1b1a2b8 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Thu, 6 May 2021 16:09:33 -0700 Subject: [PATCH] Add examples section to Release Drafter (#33854) --- .github/release-drafter.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/release-drafter.yml b/.github/release-drafter.yml index e2b70e03ef..5d0f45de88 100644 --- a/.github/release-drafter.yml +++ b/.github/release-drafter.yml @@ -17,7 +17,7 @@ categories: - 'fix' - 'bugfix' - 'bug' - - title: '⚡ Performance Improvements' + - title: '⚡ Performance improvements' labels: - 'performance' - title: '🎨 CSS' @@ -29,6 +29,9 @@ categories: - title: '📖 Docs' labels: - 'docs' + - title: '🛠 Examples' + labels: + - 'examples' - title: '🌎 Accessibility' labels: - 'accessibility'