File tree 1 file changed +87
-0
lines changed
1 file changed +87
-0
lines changed Original file line number Diff line number Diff line change
1
+ name-template : ' $RESOLVED_VERSION'
2
+ tag-template : ' $RESOLVED_VERSION'
3
+
4
+ categories :
5
+ - title : ' 🚀 Features'
6
+ labels :
7
+ - ' feature'
8
+ - ' enhancement'
9
+ - title : ' 💥 Breaking Changes'
10
+ labels :
11
+ - ' api-breaking change'
12
+ - title : ' 🐛 Bug Fixes'
13
+ labels :
14
+ - ' fix'
15
+ - ' bugfix'
16
+ - ' bug'
17
+ - title : ' 🧰 Maintenance'
18
+ labels :
19
+ - ' chore'
20
+ - ' dependencies'
21
+ - title : ' ℹ️ Website'
22
+ labels :
23
+ - ' documentation'
24
+
25
+ # change-template: '- $TITLE [@$AUTHOR](https://github.com/$AUTHOR) ([#$NUMBER](https://github.com/rbusarow/Hermit/pull/$NUMBER))'
26
+ change-template : ' - $TITLE ([#$NUMBER](https://github.com/rbusarow/Hermit/pull/$NUMBER))'
27
+
28
+ change-title-escapes : ' \<*_&' # You can add # and @ to disable mentions, and add ` to disable code blocks.
29
+
30
+ version-resolver :
31
+ major :
32
+ labels :
33
+ - ' major'
34
+ minor :
35
+ labels :
36
+ - ' minor'
37
+ - ' feature'
38
+ - ' enhancement'
39
+ patch :
40
+ labels :
41
+ - ' patch'
42
+ - ' fix'
43
+ - ' bugfix'
44
+ - ' bug'
45
+ default : patch
46
+
47
+ template : |
48
+ ## Changes
49
+
50
+ $CHANGES
51
+
52
+ ## Contributors
53
+
54
+ $CONTRIBUTORS
55
+
56
+ exclude-contributors :
57
+ - ' dependabot'
58
+ - ' dependabot[bot]'
59
+ - ' rbusarow'
60
+ - ' renovate'
61
+ - ' renovate[bot]'
62
+ - ' renovate-bot'
63
+ - ' kodiakhq'
64
+ - ' kodiakhq[bot]'
65
+
66
+ autolabeler :
67
+ - label : ' documentation'
68
+ files :
69
+ - ' *.md'
70
+ - label : ' dependencies'
71
+ branch :
72
+ - ' /dependabot\/.+/'
73
+ - ' /renovate\/.+/'
74
+
75
+ include-labels :
76
+ - ' api-breaking change'
77
+ - ' bug'
78
+ - ' bugfix'
79
+ - ' chore'
80
+ - ' dependencies'
81
+ - ' documentation'
82
+ - ' enhancement'
83
+ - ' feature'
84
+ - ' fix'
85
+ - ' major'
86
+ - ' minor'
87
+ - ' patch'
You can’t perform that action at this time.
0 commit comments