Skip to content

Commit 71e0e0f

Browse files
authored
Merge pull request #10 from EnderModuBot/maintaince/9-githubrelease-drafteryml-verbessern-end
verbesserung der `.github/release-darfter.yml`
2 parents 9621bf6 + 1f4d75c commit 71e0e0f

2 files changed

Lines changed: 23 additions & 2 deletions

File tree

.github/release-drafter.yml

Lines changed: 23 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,20 +3,42 @@ tag-template: 'v$RESOLVED_VERSION'
33
categories:
44
- title: '🚀 Features'
55
label: 'feature'
6+
collapse-after: 5
67
- title: '🐛 Bug Fixes'
78
label: 'bug'
9+
collapse-after: 5
810
- title: '🧰 Maintenance'
911
label: 'maintenance'
12+
collapse-after: 5
1013
- title : '⚡ Performance'
1114
label: 'performance'
15+
collapse-after: 5
1216
- title: '✅ Tests'
1317
label: 'tests'
18+
collapse-after: 5
1419
- title: '📚 Documentation'
1520
label: 'documentation'
21+
collapse-after: 5
1622

1723
change-template: '- $TITLE @$AUTHOR (#$NUMBER)'
1824
no-changes-template: '- No changes'
25+
26+
version-resolver:
27+
major:
28+
labels:
29+
- 'breaking'
30+
minor:
31+
labels:
32+
- 'feature'
33+
patch:
34+
labels:
35+
- 'bug'
36+
- 'maintenance'
37+
- 'documentation'
38+
1939
template: |
20-
## Changes
40+
# Changes
2141
2242
$CHANGES
43+
44+
**Full Changelog**: https://github.com/$OWNER/$REPOSITORY/compare/$PREVIOUS_TAG...v$RESOLVED_VERSION

.github/workflows/release-drafter.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ on:
1414
# pull_request_target event is required for autolabeler to support PRs from forks
1515
# pull_request_target:
1616
# types: [opened, reopened, synchronize]
17-
workflow_dispatch: # TESTING
1817

1918
permissions:
2019
contents: read

0 commit comments

Comments
 (0)