Skip to content
This repository was archived by the owner on Jul 31, 2022. It is now read-only.

Commit 29a0de6

Browse files
authored
Create release-drafter.yml
1 parent 6704a07 commit 29a0de6

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed

.github/release-drafter.yml

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
name-template: '$MAJOR.$MINOR.$NEXT_PATCH_VERSION'
2+
tag-template: '$MAJOR.$MINOR.$NEXT_PATCH_VERSION'
3+
categories:
4+
- title: '⭐ New Features'
5+
labels:
6+
- 'experimental'
7+
- 'feature request'
8+
- title: '📄 Documentation'
9+
labels:
10+
- 'documentation'
11+
- 'website'
12+
- title: '🔧 Optimizations'
13+
labels:
14+
- 'depreciated'
15+
- 'optimizations'
16+
- 'refactor'
17+
- title: '🐞 Bug Fixes'
18+
labels:
19+
- 'bug'
20+
- 'error'
21+
- title: '📘 Dependencies'
22+
label: 'dependencies'
23+
no-changes-template: '*No changes*'
24+
change-template: '- $TITLE #$NUMBER (@$AUTHOR)'
25+
template: |
26+
## Changes
27+
28+
$CHANGES
29+

0 commit comments

Comments
 (0)