File: release-drafter.yml

package info (click to toggle)
python-aiomusiccast 0.14.8-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 496 kB
  • sloc: python: 2,965; makefile: 152
file content (36 lines) | stat: -rw-r--r-- 615 bytes parent folder | download
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
30
31
32
33
34
35
36
name-template: $NEXT_MINOR_VERSION
tag-template: $NEXT_MINOR_VERSION
categories:
  - title: ⬆️ Dependencies
    label: dependencies
  - title: 🚀 Features
    label: feature
  - title: 🐛 Bug Fixes
    labels: 
      - fix
      - bug
  - title: 🧰 Maintenance
    label: chore
  - title: 🚨 Breaking Changes
    label: breaking

version-resolver:
  major:
    labels:
      - 'major'
      - 'breaking'
  minor:
    labels:
      - 'minor'
      - 'feature'
  patch:
    labels:
      - 'patch'
      - 'dependencies'
      - 'chore'
      - 'fix'
  default: patch

template: |
  ## Changes
  $CHANGES