UNPKG

1.52 kBJSONView Raw
1{
2 "name": "@artsy/auto-config",
3 "version": "1.0.3-canary.34.96.0",
4 "repository": "https://github.com/artsy/auto-config",
5 "author": "Justin Bennett <zephraph@gmail.com>",
6 "license": "MIT",
7 "publishConfig": {
8 "registry": "https://registry.npmjs.org/"
9 },
10 "auto": {
11 "name": "Artsy",
12 "email": "it@artsymail.com",
13 "labels": [
14 {
15 "name": "Version: Major",
16 "changelogTitle": "💥 Breaking Change",
17 "description": "Increment the major version when merged",
18 "releaseType": "major"
19 },
20 {
21 "name": "Version: Minor",
22 "changelogTitle": "🚀 Enhancement",
23 "description": "Increment the minor version when merged",
24 "releaseType": "minor"
25 },
26 {
27 "name": "Version: Patch",
28 "changelogTitle": "🐛 Bug Fix",
29 "description": "Increment the patch version when merged",
30 "releaseType": "patch"
31 },
32 {
33 "name": "Skip Release",
34 "description": "Preserve the current version when merged",
35 "releaseType": "skip"
36 },
37 {
38 "name": "Version: Trivial",
39 "changelogTitle": "🏠 Internal",
40 "description": "Changes only affect the internal API",
41 "releaseType": "none"
42 },
43 {
44 "name": "Docs",
45 "changelogTitle": "📝 Documentation",
46 "description": "Changes only affect the documentation",
47 "releaseType": "none"
48 }
49 ],
50 "plugins": [
51 "npm",
52 "released"
53 ]
54 }
55}