github.com/replit/upm@v0.0.0-20240423230255-9ce4fc3ea24c/.github/release-drafter.yml (about)

     1  name-template: 'v$RESOLVED_VERSION'
     2  tag-template: 'v$RESOLVED_VERSION'
     3  categories:
     4    - title: '🚀 Features'
     5      labels:
     6        - 'feature'
     7        - 'enhancement'
     8    - title: '🐛 Bug Fixes'
     9      labels:
    10        - 'fix'
    11        - 'bugfix'
    12        - 'bug'
    13    - title: '🧰 Maintenance'
    14      label: 'chore'
    15    - title: '🤖 Dependencies'
    16      label: 'dependencies'
    17  change-template: '- $TITLE @$AUTHOR (#$NUMBER)'
    18  change-title-escapes: '\<*_&' # You can add # and @ to disable mentions, and add ` to disable code blocks.
    19  version-resolver:
    20    major:
    21      labels:
    22        - 'major'
    23    minor:
    24      labels:
    25        - 'minor'
    26    patch:
    27      labels:
    28        - 'patch'
    29    default: patch
    30  template: |
    31    ## Changes
    32  
    33    $CHANGES