File tree Expand file tree Collapse file tree 1 file changed +20
-13
lines changed Expand file tree Collapse file tree 1 file changed +20
-13
lines changed Original file line number Diff line number Diff line change 1
1
name-template : ' v$RESOLVED_VERSION'
2
2
tag-template : ' v$RESOLVED_VERSION'
3
3
categories :
4
- - title : ' 🚀 New'
5
- labels :
6
- - ' ✏️ Feature'
7
- - title : ' 🧹 Updates'
8
- labels :
9
- - ' 🧹 Updates'
10
- - ' 🤖 Dependencies'
11
- - title : ' 🐛 Fixes'
12
- labels :
13
- - ' ☢️ Bug'
14
- - title : ' 📚 Documentation'
15
- labels :
16
- - ' 📒 Documentation'
4
+ - title : ' ❗ Breaking Changes'
5
+ labels :
6
+ - ' ❗ BreakingChange'
7
+ - title : ' 🚀 New'
8
+ labels :
9
+ - ' ✏️ Feature'
10
+ - title : ' 🧹 Updates'
11
+ labels :
12
+ - ' 🧹 Updates'
13
+ - ' 🤖 Dependencies'
14
+ - title : ' 🐛 Fixes'
15
+ labels :
16
+ - ' ☢️ Bug'
17
+ - title : ' 📚 Documentation'
18
+ labels :
19
+ - ' 📒 Documentation'
17
20
change-template : ' - $TITLE (#$NUMBER)'
18
21
change-title-escapes : ' \<*_&' # You can add # and @ to disable mentions, and add ` to disable code blocks.
22
+ exclude-contributors :
23
+ - dependabot
24
+ - dependabot[bot]
19
25
version-resolver :
20
26
major :
21
27
labels :
22
28
- ' major'
29
+ - ' ❗ BreakingChange'
23
30
minor :
24
31
labels :
25
32
- ' minor'
You can’t perform that action at this time.
0 commit comments