summaryrefslogtreecommitdiff
path: root/.github/release.yml
blob: a9f7aa0f2e4c5cca08a50b52ffee78ab0ba64135 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
changelog:
  categories:
  - title: New features
    labels:
    - feature
  - title: Bug fixes
    labels:
    - bug
  - title: Code cleanups
    labels:
    - cleanup
  - title: CI improvements
    labels:
    - build
  - title: Documentation improvements
    labels:
    - documentation
  - title: Other Changes
    labels:
      - '*'