Skip to content

Commit 8e49db6

Browse files
committed
Merge pull request #10 from gchamon/feature/draft-release
add release-drafter template config
2 parents 62c3552 + df176a6 commit 8e49db6

1 file changed

Lines changed: 46 additions & 0 deletions

File tree

.github/release-drafter.yml

Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,46 @@
1+
# Config for https://github.com/apps/release-drafter
2+
name-template: '(🌈 Insert Release Name)'
3+
tag-template: '$NEXT_MINOR_VERSION'
4+
categories:
5+
- title: 'Dependency Updates'
6+
label: 'dependencies'
7+
- title: '🚀 Features'
8+
labels:
9+
- 'feature'
10+
- 'enhancement'
11+
- title: '🐛 Bug Fixes'
12+
labels:
13+
- 'fix'
14+
- 'bugfix'
15+
- 'bug'
16+
exclude-labels:
17+
- 'skip-changelog'
18+
autolabeler:
19+
- label: 'documentation'
20+
files:
21+
- '*.md'
22+
branch:
23+
- '/docs{0,1}\/.+/'
24+
title:
25+
- '/docs/i'
26+
- label: 'bug'
27+
branch:
28+
- '/fix\/.+/'
29+
title:
30+
- '/fix/i'
31+
- label: 'enhancement'
32+
branch:
33+
- '/feature\/.+/'
34+
body:
35+
- '/feature{0,1}\/.+/'
36+
title:
37+
- '/feature/i'
38+
- label: 'refactor'
39+
branch:
40+
- '/refactor\/.+/'
41+
title:
42+
- '/refactor/i'
43+
template: |
44+
## Changes
45+
$CHANGES
46+

0 commit comments

Comments
 (0)