You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/release-drafter.yml
+39-17Lines changed: 39 additions & 17 deletions
Original file line number
Diff line number
Diff line change
@@ -2,28 +2,32 @@
2
2
name-template: "$RESOLVED_VERSION"
3
3
tag-template: "$RESOLVED_VERSION"
4
4
categories:
5
-
- title: "💣 Breaking Change"
5
+
- title: "💣 Breaking Changes"
6
6
labels:
7
7
- "breaking change"
8
-
- title: "🐛 Bug Fixes"
8
+
- title: "🔔 Deprecation Warnings"
9
9
labels:
10
-
- "bug"
11
-
- title: "⬆️ Dependencies"
12
-
labels:
13
-
- "dependencies"
14
-
- title: "📝 Documentation"
15
-
labels:
16
-
- "documentation"
10
+
- "deprecation"
17
11
- title: "🚀 Features"
18
12
labels:
19
13
- "feature"
20
14
- title: "🎉 Enhancements"
21
15
labels:
22
16
- "enhancement"
17
+
- title: "🐛 Bug Fixes"
18
+
labels:
19
+
- "bug"
20
+
- title: "📝 Documentation"
21
+
labels:
22
+
- "documentation"
23
+
- title: "⬆️ Dependencies"
24
+
labels:
25
+
- "dependencies"
23
26
version-resolver:
24
27
minor:
25
28
labels:
26
29
- "breaking change"
30
+
- "deprecation"
27
31
patch:
28
32
labels:
29
33
- "bug"
@@ -33,34 +37,52 @@ version-resolver:
33
37
- "enhancement"
34
38
default: patch
35
39
autolabeler:
36
-
- label: "documentation"
40
+
- label: "breaking change"
41
+
body:
42
+
- "/breaking/i"
43
+
- label: "deprecation"
37
44
branch:
38
-
- "/docs\/.+/"
39
-
files:
40
-
- "*.md"
41
-
- label: "bug"
42
-
branch:
43
-
- "/fix\/.+/"
45
+
- "/deprecate\/.+/"
44
46
title:
45
-
- "/fix/i"
47
+
- "/deprecate/i"
46
48
- label: "feature"
47
49
branch:
48
50
- "/feat\/.+/"
51
+
- "/feature\/.+/"
49
52
- "/implement\/.+/"
50
53
title:
54
+
- "/feat/i"
55
+
- "/feature/i"
51
56
- "/implement/i"
52
57
- label: "enhancement"
53
58
branch:
54
59
- "/add\/.+/"
60
+
- "/enhancement\/.+/"
55
61
title:
56
62
- "/add/i"
63
+
- "/enhancement/i"
64
+
- label: "bug"
65
+
branch:
66
+
- "/fix\/.+/"
67
+
title:
68
+
- "/fix/i"
69
+
- label: "documentation"
70
+
branch:
71
+
- "/docs\/.+/"
72
+
files:
73
+
- "*.md"
74
+
title:
75
+
- "/docs/i"
76
+
- "/documentation/i"
57
77
- label: "dependencies"
58
78
files:
59
79
- ".github/workflows/requirements/*"
60
80
branch:
61
81
- "/bump\/.+/"
82
+
- "/update\/.+/"
62
83
title:
63
84
- "/bump/i"
85
+
- "/update/i"
64
86
template: |
65
87
👾 *Help make the NGINX Ansible role better by participating in our [survey](https://forms.office.com/Pages/ResponsePage.aspx?id=L_093Ttq0UCb4L-DJ9gcUKLQ7uTJaE1PitM_37KR881UM0NCWkY5UlE5MUYyWU1aTUcxV0NRUllJSC4u)!* 👾
0 commit comments