-
Notifications
You must be signed in to change notification settings - Fork 207
/
.autorc
40 lines (40 loc) · 1.03 KB
/
.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
39
40
{
"plugins": [],
"onlyPublishWithReleaseLabel": true,
"noDefaultLabels": true,
"labels": [
{
"name": "data-update",
"changelogTitle": "🚧 dataset update",
"description": "Change in categorization or entity data",
"releaseType": "minor",
"color": "#F1A60E"
},
{
"name": "crawl-update",
"changelogTitle": "🔁 Regular crawl update",
"description": "Regular dataset update",
"releaseType": "patch",
"color": "#870048"
},
{
"name": "infra-update",
"changelogTitle": "🔧 Infrastructure and tooling",
"description": "Updates not related to the dataset itself",
"releaseType": "patch",
"color": "#005887"
},
{
"name": "skip-release",
"description": "Preserve the current version when merged",
"releaseType": "skip",
"color": "#bf5416"
},
{
"name": "release",
"description": "Create a release when this pr is merged",
"releaseType": "release",
"color": "#007f70"
}
]
}