summaryrefslogtreecommitdiffstats
path: root/.github/release.yml
blob: 7a0032113db3c27ee05b1c23ca53ac0681c0f259 (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
changelog:
  categories:
  - title: New features
    labels:
    - feature
  - title: Performance improvements
    labels:
    - performance
  - title: Bug fixes
    labels:
    - bug
  - title: Security fixes
    labels:
    - security
  - title: Code cleanups
    labels:
    - cleanup
  - title: Build and CI improvements
    labels:
    - build
  - title: Documentation improvements
    labels:
    - documentation
  - title: Git compatibility fixes
    labels:
    - git compatibility
  - title: Other changes
    labels:
      - '*'