]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Update Release Drafter configuration (#32417)
authorXhmikosR <xhmikosr@gmail.com>
Tue, 15 Dec 2020 07:36:25 +0000 (09:36 +0200)
committerGitHub <noreply@github.com>
Tue, 15 Dec 2020 07:36:25 +0000 (09:36 +0200)
* add "Breaking Changes" section
* add "Performance Improvements" section
* add "Utility API" section
* add "CI" label in "Misc" category

.github/release-drafter.yml

index ae1367c89296d77135f1bc060cb1d6db61dbe1d3..e2b70e03efb7ab6ee4dddbe793b6483d82e7512b 100644 (file)
@@ -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'