Skip to content

Commit a317d6a

Browse files
Merge pull request #74 from binbashar/feature/BBL-192-testimonial
BBL-192 | updating release-drafter.yml template
2 parents c4f8e24 + 072c7d8 commit a317d6a

File tree

1 file changed

+13
-3
lines changed

1 file changed

+13
-3
lines changed

.github/release-drafter.yml

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,23 @@ categories:
55
labels:
66
- 'feature'
77
- 'enhancement'
8+
- title: '💣 Breaking Change'
9+
label:
10+
- 'breakingchange'
11+
- 'breaking'
812
- title: '🐛 Bug Fixes'
913
labels:
1014
- 'fix'
1115
- 'bugfix'
1216
- 'bug'
13-
- title: '🧰 Maintenance'
14-
label: 'chore'
17+
- title: '📝 Documentation'
18+
label:
19+
- 'doc'
20+
- 'documentation'
21+
- title: '🔨 Maintenance'
22+
label:
23+
- 'chore'
24+
- 'maintenance'
1525
change-template: '- $TITLE @$AUTHOR (#$NUMBER)'
1626
change-title-escapes: '\<*_&' # You can add # and @ to disable mentions, and add ` to disable code blocks.
1727
version-resolver:
@@ -28,4 +38,4 @@ version-resolver:
2838
template: |
2939
## Changes
3040
31-
$CHANGES
41+
$CHANGES

0 commit comments

Comments
 (0)