github.com/ironcore-dev/gardener-extension-provider-ironcore@v0.3.2-0.20240314231816-8336447fb9a0/.github/release-drafter.yml (about)

     1  name-template: 'v$RESOLVED_VERSION'
     2  tag-template: 'v$RESOLVED_VERSION'
     3  categories:
     4    - title: '⚠️ Breaking'
     5      labels:
     6        - 'breaking'
     7    - title: '🚀 Features'
     8      labels:
     9        - 'feature'
    10        - 'enhancement'
    11        - 'controllers'
    12        - 'apis'
    13    - title: '🐛 Bug Fixes'
    14      labels:
    15        - 'fix'
    16        - 'bugfix'
    17        - 'bug'
    18    - title: '🧰 Maintenance'
    19      labels:
    20        - 'chore'
    21        - 'dependencies'
    22        - 'documentation'
    23  change-template: '- $TITLE @$AUTHOR (#$NUMBER)'
    24  change-title-escapes: '\<*_&' # You can add # and @ to disable mentions, and add ` to disable code blocks.
    25  version-resolver:
    26    major:
    27      labels:
    28        - 'major'
    29    minor:
    30      labels:
    31        - 'minor'
    32    patch:
    33      labels:
    34        - 'patch'
    35    default: patch
    36  exclude-labels:
    37    - 'skip-changelog'
    38  autolabeler:
    39    - label: 'apis'
    40      files:
    41        - '/apis/*'
    42    - label: 'controllers'
    43      files:
    44        - '/pkg/controller/*'
    45    - label: 'documentation'
    46      files:
    47        - '*.md'
    48      branch:
    49        - '/docs{0,1}\/.+/'
    50    - label: 'bug'
    51      branch:
    52        - '/fix\/.+/'
    53      title:
    54        - '/fix/i'
    55    - label: 'enhancement'
    56      branch:
    57        - '/feature\/.+/'
    58    - label: 'enhancement'
    59      branch:
    60        - '/enh\/.+/'
    61    - label: 'chore'
    62      branch:
    63        - '/chore\/.+/'
    64  template: |
    65    ## Changes
    66    $CHANGES