Reorder categories in release drafter

This commit is contained in:
Emruz Hossain 2020-10-31 00:52:31 +06:00
parent 58f1585f23
commit beed5ffbea

View file

@ -7,31 +7,35 @@ template: |
$CHANGES $CHANGES
This release note has been generated automatically by [Release Drafter](https://github.com/marketplace/actions/release-drafter). This release note has been generated automatically by [Release Drafter](https://github.com/marketplace/actions/release-drafter).
categories: categories:
- title: 'Breaking Changes' - title: 'Breaking Changes'
label: 'breaking-change' label: 'breaking-change'
- title: 'New Translations'
label: 'translation' - title: 'New Features & Enhancements'
- title: 'New Features & Enhancements' labels:
labels: - 'feature'
- 'feature' - 'enhancement'
- 'enhancement'
- title: 'Bug Fixes' - title: 'New Translations'
labels: label: 'translation'
- 'bug'
- 'bug-fix' - title: 'Bug Fixes'
labels:
- 'bug'
- 'bug-fix'
version-resolver: version-resolver:
major: major:
labels: labels:
- 'breaking-change' - 'breaking-change'
- 'breaking' - 'breaking'
minor: minor:
labels: labels:
- 'feature' - 'feature'
- 'enhancement' - 'enhancement'
- 'translation' - 'translation'
patch: patch:
labels: labels:
- 'bug' - 'bug'
- 'bug-fix' - 'bug-fix'