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'
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