release-drafter.yml 623 字节
Newer Older
陈文彬 已提交
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32
name-template: 'release-v$NEXT_PATCH_VERSION'
tag-template: 'release-v$NEXT_PATCH_VERSION'
categories:
  - title: 'Features'
    labels:
      - 'feat'
  - title: 'Bug Fixes'
    labels:
      - 'fix'
      - 'bugfix'
      - 'bug'
  - title: 'Performance'
    labels:
      - 'chore'
      - 'perf'
      - 'style'
      - 'refactor'
      - 'revert'
      - 'wip'
  - title: 'Ci'
    labels:
      - 'ci'
      - 'build'
      - 'init'
  - title: 'Docs'
    labels:
      - 'docs'
      - 'build'
      - 'init'
      - 'workflow'
change-template: '- $TITLE (#$NUMBER) @$AUTHOR'
template: |
陈文彬 已提交
33
  # What's Changed
陈文彬 已提交
34
  $CHANGES