Skip to content

Commit bb2f55e

Browse files
authored
Minor Release Drafter tweaks (#393)
1 parent d7e3eb1 commit bb2f55e

File tree

2 files changed

+39
-20
lines changed

2 files changed

+39
-20
lines changed

.github/release-drafter.yml

Lines changed: 39 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -2,28 +2,32 @@
22
name-template: "$RESOLVED_VERSION"
33
tag-template: "$RESOLVED_VERSION"
44
categories:
5-
- title: "💣 Breaking Change"
5+
- title: "💣 Breaking Changes"
66
labels:
77
- "breaking change"
8-
- title: "🐛 Bug Fixes"
8+
- title: "🔔 Deprecation Warnings"
99
labels:
10-
- "bug"
11-
- title: "⬆️ Dependencies"
12-
labels:
13-
- "dependencies"
14-
- title: "📝 Documentation"
15-
labels:
16-
- "documentation"
10+
- "deprecation"
1711
- title: "🚀 Features"
1812
labels:
1913
- "feature"
2014
- title: "🎉 Enhancements"
2115
labels:
2216
- "enhancement"
17+
- title: "🐛 Bug Fixes"
18+
labels:
19+
- "bug"
20+
- title: "📝 Documentation"
21+
labels:
22+
- "documentation"
23+
- title: "⬆️ Dependencies"
24+
labels:
25+
- "dependencies"
2326
version-resolver:
2427
minor:
2528
labels:
2629
- "breaking change"
30+
- "deprecation"
2731
patch:
2832
labels:
2933
- "bug"
@@ -33,34 +37,52 @@ version-resolver:
3337
- "enhancement"
3438
default: patch
3539
autolabeler:
36-
- label: "documentation"
40+
- label: "breaking change"
41+
body:
42+
- "/breaking/i"
43+
- label: "deprecation"
3744
branch:
38-
- "/docs\/.+/"
39-
files:
40-
- "*.md"
41-
- label: "bug"
42-
branch:
43-
- "/fix\/.+/"
45+
- "/deprecate\/.+/"
4446
title:
45-
- "/fix/i"
47+
- "/deprecate/i"
4648
- label: "feature"
4749
branch:
4850
- "/feat\/.+/"
51+
- "/feature\/.+/"
4952
- "/implement\/.+/"
5053
title:
54+
- "/feat/i"
55+
- "/feature/i"
5156
- "/implement/i"
5257
- label: "enhancement"
5358
branch:
5459
- "/add\/.+/"
60+
- "/enhancement\/.+/"
5561
title:
5662
- "/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"
5777
- label: "dependencies"
5878
files:
5979
- ".github/workflows/requirements/*"
6080
branch:
6181
- "/bump\/.+/"
82+
- "/update\/.+/"
6283
title:
6384
- "/bump/i"
85+
- "/update/i"
6486
template: |
6587
👾 *Help make the NGINX Ansible role better by participating in our [survey](https://forms.office.com/Pages/ResponsePage.aspx?id=L_093Ttq0UCb4L-DJ9gcUKLQ7uTJaE1PitM_37KR881UM0NCWkY5UlE5MUYyWU1aTUcxV0NRUllJSC4u)!* 👾
6688

.github/workflows/release-drafter.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,6 @@ on:
66
- opened
77
- reopened
88
- synchronize
9-
push:
10-
branches:
11-
- main
129
jobs:
1310
update_release_draft:
1411
name: Update release draft

0 commit comments

Comments
 (0)