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:
* [API](https://www.chartjs.org/docs/next/typedoc/)
* [Samples](https://www.chartjs.org/samples/next/)
- ## Changes
-
$CHANGES
Thanks to $CONTRIBUTORS