summaryrefslogtreecommitdiffstats
path: root/.github/release.yml
blob: 6dedc3eebedb83dd49b7d7a811a5f40e262ff30f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
changelog:
  exclude:
    labels:
      - "no-changelog"

  categories:
    - title: Enhancements
      labels:
        - "feature-request"

    - title: Bug Fixes
      labels:
        - "bug"

    - title: Code Health
      labels:
        - "debt"