.github/release-drafter.yml
name-template: 'Next release draft'
tag-template: 'v$NEXT_PATCH_VERSION'
categories:
- title: '๐ธ Features'
labels:
- 'Feature'
- 'Feat'
- title: 'โจ Enhancements'
labels:
- 'Enhancement'
- title: '๐ Bug Fixes'
labels:
- 'Fix'
- 'Bugfix'
- 'Bug'
- title: '๐ค Maintenance'
labels:
- 'Chore'
- 'Dependencies'
- 'depfu'
- title: '๐งช Test'
label: 'Test'
- title: 'โ๏ธ Docs'
label: 'Docs'
- title: '๐ก Refactor'
label: 'Refactor'
- title: '๐ Style'
label: 'Style'
- title: '๐ก CI'
label: 'CI'
- title: '๐ Developer Experience (DX)'
label: 'Developer Experience (DX)'
- title: 'โก๏ธ Performance'
labels:
- 'Perf'
- 'Performance'
change-template: '- $TITLE @$AUTHOR (#$NUMBER)'
version-resolver:
major:
labels:
- 'major'
minor:
labels:
- 'minor'
patch:
labels:
- 'patch'
default: patch
references:
- main
template: |
## Release notes
More information and release video [here](https://avohq.io/releases/$NEXT_PATCH_VERSION)
$CHANGES
For more information, check out [Avo's release notes page](https://avohq.io/releases)