aboutsummaryrefslogtreecommitdiffstats
path: root/.github/release.yml
blob: 6b8ac58bd83739669a8a6797ab6ac0dd6dc5b2b7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
changelog:
  exclude:
    labels:
      - ignore-for-release
    authors:
      - FerdiumBot
      - allcontributors
  categories:
    - title: Breaking Changes 🛠
      labels:
        - Semver-Major
        - breaking-change
    - title: Exciting New Features 🎉
      labels:
        - Semver-Minor
        - enhancement
    - title: Bug Fixes 🐞
      labels:
        - bug
    - title: Other Changes
      labels:
        - "*"