UNPKG

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