UNPKG

445 BPlain TextView Raw
1{
2 "github": {
3 "changelog": {
4 "ignoredLabels": ["DX", "invalid", "discussion"],
5 "bug": {
6 "title": "#### Fixes (bugs & defects):",
7 "labels": ["bug", "defect"]
8 },
9 "breaking": {
10 "title": "#### Breaking:",
11 "labels": ["breaking"]
12 },
13 "feature": {
14 "title": "#### New features:"
15 }
16 }
17 },
18 "publish": {
19 "branch": "master",
20 "inSyncWithRemote": true
21 }
22}