Skip to content

Commit 5ea85f3

Browse files
authored
release drafter on main branch (#100)
1 parent 684d6a7 commit 5ea85f3

File tree

2 files changed

+27
-4
lines changed

2 files changed

+27
-4
lines changed

.github/release-drafter-config.yml

Lines changed: 26 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,33 @@
11
name-template: 'Version $NEXT_PATCH_VERSION'
22
tag-template: 'v$NEXT_PATCH_VERSION'
3+
autolabeler:
4+
- label: 'chore'
5+
files:
6+
- '*.md'
7+
- '.github/*'
8+
- label: 'bug'
9+
branch:
10+
- '/bug-.+'
11+
- label: 'chore'
12+
branch:
13+
- '/chore-.+'
14+
- label: 'feature'
15+
branch:
16+
- '/feature-.+'
317
categories:
4-
- title: 'Features'
18+
- title: '🔥 Breaking Changes'
19+
labels:
20+
- 'breakingchange'
21+
- title: '🚀 New Features'
522
labels:
623
- 'feature'
724
- 'enhancement'
8-
- title: 'Bug Fixes'
25+
- title: '🐛 Bug Fixes'
926
labels:
1027
- 'fix'
1128
- 'bugfix'
1229
- 'bug'
13-
- title: 'Maintenance'
30+
- title: '🧰 Maintenance'
1431
label: 'chore'
1532
change-template: '- $TITLE (#$NUMBER)'
1633
exclude-labels:
@@ -19,3 +36,9 @@ template: |
1936
## Changes
2037
2138
$CHANGES
39+
40+
## Contributors
41+
We'd like to thank all the contributors who worked on this release!
42+
43+
$CONTRIBUTORS
44+

.github/workflows/release-drafter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
push:
55
# branches to consider in the event; optional, defaults to all
66
branches:
7-
- master
7+
- main
88

99
jobs:
1010
update_release_draft:

0 commit comments

Comments
 (0)