Skip to content

Commit cae8eb0

Browse files
authored
Merge pull request #31 from pycontribs/fix/releases
Configure release notes format
2 parents 12a2d4d + 6d5d78e commit cae8eb0

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

.github/release-drafter.yml

+18
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
categories:
2+
- title: 'Features'
3+
labels:
4+
- 'feature'
5+
- 'enhancement'
6+
- title: 'Bug Fixes'
7+
labels:
8+
- 'fix'
9+
- 'bugfix'
10+
- 'bug'
11+
- title: 'Maintenance'
12+
label: 'chore'
13+
exclude-labels:
14+
- 'skip-changelog'
15+
template: |
16+
## Changes
17+
18+
$CHANGES

0 commit comments

Comments
 (0)