.github/release-drafter.yml

Summary

Maintainability
Test Coverage
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)