Skip to content
Snippets Groups Projects
release-drafter.yml 901 B
Newer Older
name-template: '$RESOLVED_VERSION'
tag-template: 'v$RESOLVED_VERSION'
version-resolver:
  major:
    labels:
      - 'Type: Major'
      - 'major'
  minor:
    labels:
      - 'Type: Minor'
      - 'minor'
  patch:
    labels:
      - 'Type: Patch'
      - 'patch'
  default: patch
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'
  - title: '📜 Documentation'
    labels:
      - 'Type: Documentation'
      - 'documentation'
template: |
  ## Changes

  $CHANGES

  Contributors to this release: $CONTRIBUTORS