summaryrefslogtreecommitdiffstats
path: root/.github/release.yml
blob: 8560f89ede784b43b434a670494c6949414a5ed5 (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
changelog:
  exclude:
    labels:
      - ignore-for-release
  categories:
    - title: Features ✨
      labels:
        - feature
    - title: Enhancements 🔥
      labels:
        - enhancement
    - title: Fixes 🔧
      labels:
        - bug
    - title: Maintenance ⚙️
      labels:
        - maintenance
    - title: Docs 📖
      labels:
        - docs
    - title: I18n 🌎
      labels:
        - i18n
    - title: Other Changes
      labels:
        - "*"