Skip to content

Commit 54c2281

Browse files
committed
[wip] Further prune release drafter config
1 parent 165cfb1 commit 54c2281

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/release-drafter-config.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,37 @@
11
name-template: 'Version $NEXT_PATCH_VERSION'
22
tag-template: 'v$NEXT_PATCH_VERSION'
33
categories:
4+
45
- title: 'Spec changes: topologies'
56
labels:
67
- 'spec-topologies'
8+
79
- title: 'Spec changes: test-suites'
810
labels:
911
- 'spec-test-suites'
12+
1013
- title: 'Spec changes: builders'
1114
labels:
1215
- 'spec-builders'
16+
1317
- title: 'Tooling changes: API'
1418
labels:
1519
- 'tool-api'
20+
1621
- title: 'Tooling changes: Artifacts builder'
1722
labels:
1823
- 'tool-builder'
24+
1925
- title: 'Tooling changes: Self contained coordinator'
2026
labels:
2127
- 'tool-self-coordinator'
28+
2229
- title: 'Tooling changes: Large scale coordinator'
2330
labels:
2431
- 'tool-large-coordinator'
2532
- title: 'Maintenance'
2633
label: 'chore'
34+
2735
change-template: '- $TITLE @$AUTHOR (#$NUMBER)'
2836
exclude-labels:
2937
- 'skip-changelog'

0 commit comments

Comments
 (0)