summaryrefslogtreecommitdiffstats
path: root/.github/release.yml
blob: c807ddfebb5fd78ba203ca00efcc681c608e73f1 (plain)
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
35
36
37
38
39
40
changelog:
  exclude:
    labels:
      - 'rn: test'
      - 'rn: ci'
  categories:
    - title: Breaking Changes
      labels:
        - 'rn: feat!'
        - 'rn: feat(cli)!'
        - 'rn: fix!'
        - 'rn: fix(cli)!'
        - 'rn: cut!'
        - 'rn: cut(cli)!'
        - 'rn: revert!'
        - 'rn: revert(cli)!'
        - 'rn: refactor!'
        - 'rn: refactor(cli)!'
        - 'rn: bump!'
        - 'rn: bump(cli)!'
        - 'rn: feat!'
        - 'rn: fix!'
        - 'rn: cut!'
        - 'rn: revert!'
        - 'rn: refactor!'
        - 'rn: bump!'
    - title: New features and enhancements
      labels:
        - 'rn: feat'
        - 'rn: feat(cli)'
    - title: Fixed issues
      labels:
        - 'rn: fix'
        - 'rn: fix(cli)'
    - title: Documentation
      labels:
        - 'rn: doc!'
    - title: Other Changes
      labels:
        - '*'