File: release.yml

package info (click to toggle)
python-plugwise 1.11.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 6,248 kB
  • sloc: xml: 92,898; python: 5,404; sh: 324; makefile: 2
file content (35 lines) | stat: -rw-r--r-- 722 bytes parent folder | download | duplicates (2)
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
# Release drafter

changelog:
  categories:
    - title: Breaking Changes 🛠
      labels:
        - Semver-Major
        - breaking-change
    - title: Exciting New Features 🎉
      labels:
        - Semver-Minor
        - "feature"
        - "enhancement"
        - "quality"
        - "smile"
    - title: Bug Fixes 🐛
      labels:
        - "fix"
        - "bugfix"
        - "bug"
    - title: Maintenance 🧰
      labels:
        - "chore"
        - "dashboard"
        - "auto-merge"
        - "dependencies"
        - "python"
        - "documentation"
        - "github-actions"
        - "userdata"
        - "pre-commit"
        - "manual-merge"
    - title: Other Changes
      labels:
        - "*"