-
Notifications
You must be signed in to change notification settings - Fork 0
/
.autorc
38 lines (38 loc) · 828 Bytes
/
.autorc
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
{
"plugins": [
"@restfulhead/auto-plugin-filter-by-workspace-path",
"npm"
],
"labels": [
{
"name": "release-major",
"changelogTitle": "💥 Major breaking Change",
"releaseType": "major",
"color": "#c5000b"
},
{
"name": "release-minor",
"changelogTitle": "🚀 Enhancement",
"releaseType": "minor",
"color": "#F9D0C4"
},
{
"name": "release-patch",
"changelogTitle": "🐛 Patch",
"releaseType": "patch",
"color": "#C2E0C6"
},
{
"name": "release-internal",
"changelogTitle": "🔩 Internal",
"releaseType": "patch",
"color": "#BFD4F2"
},
{
"name": "release-docs",
"changelogTitle": "📝 Documentation",
"releaseType": "patch",
"color": "#BFD4F2"
}
]
}