From: Mark Otto Date: Thu, 6 May 2021 23:09:33 +0000 (-0700) Subject: Add examples section to Release Drafter (#33854) X-Git-Tag: v5.0.1~41 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=9ad9ca3537b9c192d132045838d5a3b5b1b1a2b8;p=thirdparty%2Fbootstrap.git Add examples section to Release Drafter (#33854) --- 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'