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:
authorXhmikosR <xhmikosr@gmail.com>2020-12-15 10:36:25 +0300
committerGitHub <noreply@github.com>2020-12-15 10:36:25 +0300
commit479043f2558078a7ec99a130c92f8180f12b1ec2 (patch)
tree40c27f13b52cfce127ab6f6b99d3a25182728480 /.github
parent0c195f690ad023afc01b6c0ad0b9016cf40bd2df (diff)
Update Release Drafter configuration (#32417)
* add "Breaking Changes" section * add "Performance Improvements" section * add "Utility API" section * add "CI" label in "Misc" category
Diffstat (limited to '.github')
-rw-r--r--.github/release-drafter.yml14
1 files changed, 14 insertions, 0 deletions
diff --git a/.github/release-drafter.yml b/.github/release-drafter.yml
index ae1367c892..e2b70e03ef 100644
--- a/.github/release-drafter.yml
+++ b/.github/release-drafter.yml
@@ -4,6 +4,9 @@ prerelease: true
exclude-labels:
- 'skip-changelog'
categories:
+ - title: '❗ Breaking Changes'
+ labels:
+ - 'breaking-change'
- title: '🚀 Features'
labels:
- 'new-feature'
@@ -14,6 +17,9 @@ categories:
- 'fix'
- 'bugfix'
- 'bug'
+ - title: '⚡ Performance Improvements'
+ labels:
+ - 'performance'
- title: '🎨 CSS'
labels:
- 'css'
@@ -26,11 +32,19 @@ categories:
- title: '🌎 Accessibility'
labels:
- 'accessibility'
+ - title: '🔧 Utility API'
+ labels:
+ - 'utility API'
+ - 'utilities'
+ - title: '🏭 Tests'
+ labels:
+ - 'tests'
- title: '🧰 Misc'
labels:
- 'build'
- 'meta'
- 'chore'
+ - 'CI'
- title: '📦 Dependencies'
labels:
- 'dependencies'