Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Otto <markd.otto@gmail.com>2021-05-07 02:09:33 +0300
committerGitHub <noreply@github.com>2021-05-07 02:09:33 +0300
commit9ad9ca3537b9c192d132045838d5a3b5b1b1a2b8 (patch)
tree5b0d66a5b093929510af878ad5cf5cdc9bc40f6e /.github
parentc9a606a894b96b26f136fae26e424873dd0ba767 (diff)
Add examples section to Release Drafter (#33854)
Diffstat (limited to '.github')
-rw-r--r--.github/release-drafter.yml5
1 files changed, 4 insertions, 1 deletions
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'