Tune release-drafter settings (#7884)

This commit is contained in:
Jukka Kurkela 2020-10-14 13:55:06 +03:00 committed by GitHub
parent c97f7f4bc4
commit c546c9583a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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