Skip to content
Snippets Groups Projects
release-drafter.yml 595 B
Newer Older
name-template: '$NEXT_PATCH_VERSION'
tag-template: 'v$NEXT_PATCH_VERSION'
Dan Blah's avatar
Dan Blah committed
categories:
  - title: '🚀 Features'
    labels:
      - 'Type: Feature'
      - 'feature'
Dan Blah's avatar
Dan Blah committed
  - title: '⚙️ Enhancements'
    labels:
      - 'Type: Enhancement'
      - 'enhancement'
Dan Blah's avatar
Dan Blah committed
  - title: '🐛 Bug Fixes'
    labels:
Dan Blah's avatar
Dan Blah committed
      - 'fix'
      - 'bugfix'
      - 'bug'
Dan Blah's avatar
Dan Blah committed
  - title: '🔧 Maintenance'
    labels:
      - 'Type: Maintenance'
      - 'Type: Dependencies'
Dan Blah's avatar
Dan Blah committed
      - 'dependencies'
      - 'maintenance'
template: |
  ## Changes

  $CHANGES

  Contributors to this release: $CONTRIBUTORS