]> git.ipfire.org Git - thirdparty/Chart.js.git/commitdiff
Tune release-drafter settings (#7884)
authorJukka Kurkela <jukka.kurkela@gmail.com>
Wed, 14 Oct 2020 10:55:06 +0000 (13:55 +0300)
committerGitHub <noreply@github.com>
Wed, 14 Oct 2020 10:55:06 +0000 (06:55 -0400)
.github/release-drafter.yml

index 169cb9f27c3705ec6d5a67a5f2cee52ff59a1613..3ce77e6e3143dcfa1d308aeba4d7ce8fcbc58fd5 100644 (file)
@@ -1,27 +1,29 @@
 name-template: 'v$RESOLVED_VERSION'
 tag-template: 'v$RESOLVED_VERSION'
 categories:
-  - title: 'Breaking Changes'
+  - title: 'Breaking Changes'
     labels:
         - 'breaking change'
-  - title: 'Enhancements'
+  - title: 'Enhancements'
     labels:
       - 'type: enhancement'
-  - title: 'Performance'
+  - title: 'Performance'
     labels:
       - 'type: performance'
-  - title: 'Bugs Fixed'
+  - title: 'Bugs Fixed'
     labels:
       - 'type: bug'
-  - title: 'Types'
+  - title: 'Types'
     labels:
       - 'type: types'
-  - title: 'Documentation'
+  - title: 'Documentation'
     labels:
       - 'type: documentation'
-  - title: 'Development'
+  - title: 'Development'
     labels:
       - 'type: chore'
+exclude-labels:
+  - 'type: infrastructure'
 change-template: '- #$NUMBER $TITLE'
 change-title-escapes: '\<*_&`#@'
 version-resolver:
@@ -46,8 +48,6 @@ template: |
   * [API](https://www.chartjs.org/docs/next/typedoc/)
   * [Samples](https://www.chartjs.org/samples/next/)
 
-  ## Changes
-
   $CHANGES
 
   Thanks to $CONTRIBUTORS