aboutsummaryrefslogtreecommitdiffstats
path: root/.github/release.yml
blob: 6d8b15d02656fbf4963903db2c517beba39b15c4 (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:
      - FerdiBot
      - 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:
        - "*"