File tree Expand file tree Collapse file tree 1 file changed +35
-0
lines changed Expand file tree Collapse file tree 1 file changed +35
-0
lines changed Original file line number Diff line number Diff line change
1
+ change-template : " * $TITLE (#$NUMBER) by @$AUTHOR"
2
+ categories :
3
+ - title : ' ⚡ Breaking Changes'
4
+ labels :
5
+ - ' breaking-change'
6
+ - title : ' 🌟Non-Breaking Changes'
7
+ labels :
8
+ - ' major'
9
+ - title : ' 🌟 Minor Changes'
10
+ labels :
11
+ - ' feature'
12
+ - ' enhancement'
13
+ - title : ' 📜 Documentation updates'
14
+ labels :
15
+ - ' documentation'
16
+ - title : ' 🐛 Bug and hot fixes'
17
+ labels :
18
+ - ' bug'
19
+ - ' fix'
20
+ - title : ' 🚒 Deprecations'
21
+ labels :
22
+ - ' deprecated'
23
+ exclude-labels :
24
+ - ' skip-changelog'
25
+ tag-template : ' v$NEXT_PATCH_VERSION'
26
+ template : |
27
+ ## Changes
28
+
29
+ **[Human readable summary of changes]**
30
+
31
+ $CHANGES
32
+
33
+ ## This release was made possible by the following contributors:
34
+
35
+ $CONTRIBUTORS
You can’t perform that action at this time.
0 commit comments