summaryrefslogtreecommitdiffstats
path: root/.github/release.yml
blob: 63657e035b1d232b92327d5cce5ecb96eee44901 (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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
changelog:
  exclude:
    labels:
      - 'rn: test(anta)'
      - 'rn: ci(anta)'
      - 'rn: test(anta.tests)'
      - 'rn: ci(anta.tests)'
      - 'rn: test(anta.cli)'
      - 'rn: ci(anta.cli)'
      - 'rn: test'
      - 'rn: ci'
  categories:
    - title: Breaking Changes
      labels:
        - 'rn: feat(anta)!'
        - 'rn: feat(anta.tests)!'
        - 'rn: feat(anta.cli)!'
        - 'rn: fix(anta)!'
        - 'rn: fix(anta.tests)!'
        - 'rn: fix(anta.cli)!'
        - 'rn: cut(anta)!'
        - 'rn: cut(anta.tests)!'
        - 'rn: cut(anta.cli)!'
        - 'rn: revert(anta)!'
        - 'rn: revert(anta.tests)!'
        - 'rn: revert(anta.cli)!'
        - 'rn: refactor(anta)!'
        - 'rn: refactor(anta.tests)!'
        - 'rn: refactor(anta.cli)!'
        - 'rn: bump(anta)!'
        - 'rn: bump(anta.tests)!'
        - 'rn: bump(anta.cli)!'
        - 'rn: feat!'
        - 'rn: fix!'
        - 'rn: cut!'
        - 'rn: revert!'
        - 'rn: refactor!'
        - 'rn: bump!'
    - title: New features and enhancements
      labels:
        - 'rn: feat(anta)'
        - 'rn: feat(anta.tests)'
        - 'rn: feat(anta.cli)'
        - 'rn: feat'
    - title: Fixed issues
      labels:
        - 'rn: fix(anta)'
        - 'rn: fix(anta.tests)'
        - 'rn: fix(anta.cli)'
        - 'rn: fix'
    - title: Documentation
      labels:
        - 'rn: doc(anta)'
        - 'rn: doc(anta.tests)'
        - 'rn: doc(anta.cli)'
        - 'rn: doc'
    - title: Other Changes
      labels:
        - '*'