陈文彬
2020-10-08 e4c952f381c3b782f27ecbc0727f13325b5760f0
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
33
34
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: |
  # What's Changed
  $CHANGES