Chart.js/.github/release-drafter.yml

54 lines
1.2 KiB
YAML
Raw Permalink Normal View History

name-template: 'v$RESOLVED_VERSION'
tag-template: 'v$RESOLVED_VERSION'
categories:
2020-10-14 12:55:06 +02:00
- title: 'Breaking Changes'
labels:
- 'breaking change'
2020-10-14 12:55:06 +02:00
- title: 'Enhancements'
labels:
- 'type: enhancement'
2020-10-14 12:55:06 +02:00
- title: 'Performance'
labels:
- 'type: performance'
2020-10-14 12:55:06 +02:00
- title: 'Bugs Fixed'
labels:
- 'type: bug'
2020-10-14 12:55:06 +02:00
- title: 'Types'
labels:
- 'type: types'
2020-10-14 12:55:06 +02:00
- title: 'Documentation'
labels:
- 'type: documentation'
2020-10-14 12:55:06 +02:00
- title: 'Development'
labels:
- 'type: chore'
2020-10-14 12:55:06 +02:00
exclude-labels:
- 'type: infrastructure'
change-template: '- #$NUMBER $TITLE'
change-title-escapes: '\<*_&`#@'
version-resolver:
major:
labels:
- 'breaking change'
minor:
labels:
- 'type: enhancement'
patch:
labels:
- 'type: bug'
- 'type: chore'
- 'type: types'
default: patch
template: |
# Essential Links
* [npm](https://www.npmjs.com/package/chart.js)
* [Migration guide](https://www.chartjs.org/docs/latest/getting-started/v3-migration)
* [Docs](https://www.chartjs.org/docs/latest/)
* [API](https://www.chartjs.org/docs/latest/api/)
* [Samples](https://www.chartjs.org/docs/latest/samples/)
$CHANGES
Thanks to $CONTRIBUTORS