Skip to content
Snippets Groups Projects
release-drafter.yml 558 B
Newer Older
name-template: 'v$RESOLVED_VERSION 🌈'
tag-template: 'v$RESOLVED_VERSION'
categories:
  - title: '🚀 Features'
    labels:
      - 'feature'
      - 'enhancement'
  - title: '🐛 Bug Fixes'
    labels:
      - 'fix'
      - 'bugfix'
      - 'bug'
  - title: '🧰 Maintenance'
    label: 'chore'
change-template: '- $TITLE @$AUTHOR (#$NUMBER)'
version-resolver:
  major:
    labels:
      - 'next-major-release'
  minor:
    labels:
      - 'next-minor-release'
  patch:
    labels:
      - 'patch'
  default: minor
template: |
  ## Changes

  $CHANGES