summaryrefslogtreecommitdiffstats
path: root/.github/release-drafter.yml
blob: f457c5d83b963834d012a93d7e804aa81d4fa247 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Format and labels used aim to match those used by Ansible project
categories:
  - title: 'Major Changes'
    labels:
      - 'major'  # c6476b
  - title: 'Minor Changes'
    labels:
      - 'feature'  # 006b75
      - 'enhancement'  # ededed
  - title: 'Bugfixes'
    labels:
      - 'bug'  # fbca04
  - title: 'Deprecations'
    labels:
      - 'deprecated'  # fef2c0
exclude-labels:
  - 'skip-changelog'
template: |
  ## Changes

  $CHANGES