Skip to content

Commit ed09bee

Browse files
authored
Merge pull request #3 from PoCInnovation/fix/update-relase-drafter
Improve Release Drafter
2 parents 6467811 + 722f2ef commit ed09bee

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/release-drafter.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,21 @@ name-template: 'v$RESOLVED_VERSION 🌈'
22
tag-template: 'v$RESOLVED_VERSION'
33
categories:
44
- title: '🚀 Features'
5+
collapse-after: 5
56
labels:
67
- 'feature'
78
- 'enhancement'
89
- title: '🐛 Bug Fixes'
10+
collapse-after: 5
911
labels:
1012
- 'fix'
1113
- 'bugfix'
1214
- 'bug'
1315
- title: '🧰 Maintenance'
16+
collapse-after: 5
1417
label: 'chore'
15-
- title: '🧰 Documentation'
18+
- title: '📄 Documentation'
19+
collapse-after: 5
1620
label: 'documentation'
1721
change-template: '- $TITLE @$AUTHOR (#$NUMBER)'
1822
change-title-escapes: '\<*_&' # You can add # and @ to disable mentions, and add ` to disable code blocks.
@@ -30,4 +34,6 @@ version-resolver:
3034
template: |
3135
## Changes
3236
37+
[Describe this new release here]
38+
3339
$CHANGES

0 commit comments

Comments
 (0)