name-template: 'v$RESOLVED_VERSION'
tag-template: 'v$RESOLVED_VERSION'
categories:
  - title: 'New Presets'
    labels:
      - 'new-preset'
  - title: 'New and Changed Fields'
    labels:
      - 'field'
      - 'new-field'
      - 'new-value'
  - title: 'Changed Presets'
    labels:
      - 'preset'
      - 'add-field'
      - 'new-icon'
      - 'new-label'
      - 'category-related'
  - title: 'Regional Presets and Fields'
    labels:
      - 'regional'
  - title: 'Deprecated Tags'
    labels:
      - 'deprecating'
  - title: 'Bug Fixes'
    labels:
      - 'bug'
  - title: 'Documentation and Other Changes'
    labels:
      - 'ci'
      - 'documentation'
      - 'schema-builder'
      - 'schema'
  - title: 'Dependencies'
    collapse-after: 3
    labels:
      - 'dependencies'
category-template: '#### $TITLE'
change-template: '* $TITLE (#$NUMBER, thanks @$AUTHOR)'
change-title-escapes: '\<*_&'
version-resolver:
  major:
    labels:
      - 'breaking'
  minor:
    labels:
      - 'enhancement'
      - 'new-preset'
      - 'new-field'
      - 'new-value'
      - 'new-icon'
      - 'new-label'
      - 'new-category'
      - 'add-field'
      - 'deprecating'
      - 'regional'
  patch:
    labels:
      - 'bug'
      - 'documentation'
  default: minor
template: '$CHANGES'
