-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Expand file tree
/
Copy pathrelease-drafter.yml
More file actions
132 lines (113 loc) Β· 2.41 KB
/
Copy pathrelease-drafter.yml
File metadata and controls
132 lines (113 loc) Β· 2.41 KB
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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
name-template: "v$RESOLVED_VERSION"
tag-template: "v$RESOLVED_VERSION"
categories:
- title: "π Features"
labels:
- "type: feature"
- title: "π Documentation"
labels:
- "type: docs"
- title: "π Bug Fixes"
labels:
- "type: bug"
- "type: fix"
- "type: provider"
- title: "π Performance"
labels:
- "type: performance"
- title: "π§° Maintenance"
labels:
- "type: chore"
- "type: testing"
- "type: refactor"
- "ratatui"
- title: "π₯ Breaking Changes"
labels:
- "release: breaking"
- title: "π Security"
labels:
- "type: security"
change-template: "- $TITLE @$AUTHOR (#$NUMBER)"
change-title-escapes: '\<*_&' # You can add # and @ to disable mentions, and add ` to disable code blocks.
version-resolver:
major:
labels:
- "release: breaking"
minor:
labels:
- "type: feature"
# Add direct commit message pattern matching for features
commits:
- "feat:"
- "feature:"
patch:
labels:
- "type: fix"
- "type: performance"
- "type: chore"
- "type: docs"
- "type: bug"
- "type: testing"
- "type: refactor"
- "type: provider"
# Add direct commit message pattern matching for patches
commits:
- "fix:"
- "perf:"
- "chore:"
- "docs:"
- "refactor:"
default: patch
exclude-labels:
- "release: skip changelog"
template: |
## Changes
$CHANGES
autolabeler:
- label: "type: chore"
title:
- /chore/i
- label: "type: refactor"
title:
- /refactor/i
- /refactoring/i
- label: "type: fix"
title:
- /fix/i
- /hotfix/i
- /bugfix/i
- /patch/i
- label: "type: feature"
title:
- /feat/i
- /feature/i
- /enhancement/i
- /new/i
- label: "type: docs"
title:
- /doc/i
- /docs/i
- label: "type: performance"
title:
- /perf/i
- label: "ci: benchmark"
title:
- /perf/i
files:
- "/benches/"
- label: "type: provider"
files:
- "provider.json"
- label: "os: windows"
title:
- /windows/i
- /win32/i
- /winapi/i
- /powershell/i
- /scoop/i
- /chocolatey/i
- /winget/i
body:
- /windows[ -](only|specific|terminal|path|installer|build)/i
- /multiline paste.*windows/i
- /windows.*multiline paste/i