File tree 1 file changed +38
-1
lines changed
1 file changed +38
-1
lines changed Original file line number Diff line number Diff line change
1
+ # Configuration for Release Drafter: https://github.com/toolmantim/release-drafter
2
+ name-template : ' v$NEXT_PATCH_VERSION 🌈'
3
+ tag-template : ' v$NEXT_PATCH_VERSION'
4
+ version-template : $MAJOR.$MINOR.$PATCH
5
+ # Emoji reference: https://gitmoji.carloscuesta.me/
6
+ categories :
7
+ - title : ' 🚀 Features'
8
+ labels :
9
+ - ' feature'
10
+ - ' enhancement'
11
+ - ' kind/feature'
12
+ - title : ' 🐛 Bug Fixes'
13
+ labels :
14
+ - ' fix'
15
+ - ' bugfix'
16
+ - ' bug'
17
+ - ' regression'
18
+ - ' kind/bug'
19
+ - title : 📝 Documentation updates
20
+ labels :
21
+ - documentation
22
+ - ' kind/doc'
23
+ - title : 👻 Maintenance
24
+ labels :
25
+ - chore
26
+ - dependencies
27
+ - ' kind/chore'
28
+ - ' kind/dep'
29
+ - title : 🚦 Tests
30
+ labels :
31
+ - test
32
+ - tests
33
+ exclude-labels :
34
+ - reverted
35
+ - no-changelog
36
+ - skip-changelog
37
+ - invalid
38
+ change-template : ' * $TITLE (#$NUMBER) @$AUTHOR'
1
39
template : |
2
40
## What’s Changed
3
-
4
41
$CHANGES
You can’t perform that action at this time.
0 commit comments