This repository was archived by the owner on Sep 27, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +42
-8
lines changed
Expand file tree Collapse file tree 4 files changed +42
-8
lines changed Original file line number Diff line number Diff line change 11{
2- "extends": "@artsy",
32 "name": "Eloy Durán",
43 "email": "eloy.de.enige@gmail.com",
4+ "labels": [
5+ {
6+ "name": "Version: Major",
7+ "changelogTitle": "💥 Breaking Change",
8+ "description": "Increment the major version when merged",
9+ "releaseType": "major"
10+ },
11+ {
12+ "name": "Version: Minor",
13+ "changelogTitle": "🚀 Enhancement",
14+ "description": "Increment the minor version when merged",
15+ "releaseType": "minor"
16+ },
17+ {
18+ "name": "Version: Patch",
19+ "changelogTitle": "🐛 Bug Fix",
20+ "description": "Increment the patch version when merged",
21+ "releaseType": "patch"
22+ },
23+ {
24+ "name": "Skip Release",
25+ "description": "Preserve the current version when merged",
26+ "releaseType": "skip"
27+ },
28+ {
29+ "name": "Version: Trivial",
30+ "changelogTitle": "🏠 Internal",
31+ "description": "Changes only affect the internal API",
32+ "releaseType": "none"
33+ },
34+ {
35+ "name": "Docs",
36+ "changelogTitle": "📝 Documentation",
37+ "description": "Changes only affect the documentation",
38+ "releaseType": "none"
39+ }
40+ ],
41+ "plugins": [
42+ "npm",
43+ "released"
44+ ]
545}
Original file line number Diff line number Diff line change 7777 "invariant" : " ^2.2.4"
7878 },
7979 "devDependencies" : {
80- "@artsy/auto-config" : " ^1.0.0" ,
8180 "@babel/runtime" : " 7.12.13" ,
8281 "@types/graphql" : " ^14.2.3" ,
8382 "@types/invariant" : " 2.2.34" ,
Original file line number Diff line number Diff line change 11if [ ! -z " $TRAVIS_BRANCH " ] && [ " $TRAVIS_BRANCH " == " master" ]; then
2- npx auto@$AUTO_VERSION shipit $AUTO_OPTS
2+ npx auto@v10.24.1 shipit -v
33else
44 echo " Not on master, skipping deploy"
55fi
Original file line number Diff line number Diff line change 22# yarn lockfile v1
33
44
5- " @artsy/auto-config@^1.0.0 " :
6- version "1.0.2"
7- resolved "https://registry.yarnpkg.com/@artsy/auto-config/-/auto-config-1.0.2.tgz#b79f6fd0d0bda0c5e0764ced55e014cf58174d6f"
8- integrity sha512-mJyuKNDMYZcgc2oLIkvmpVIr1RexklV71JmU+to5qs3Y9pv5dsj4WHl8+wf9g74EQNOyhWH2SYMGBm1JoPYh/Q==
9-
105" @babel/code-frame@^7.0.0" , "@babel/code-frame@^7.10.4", "@babel/code-frame@^7.12.11":
116 version "7.12.11"
127 resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.12.11.tgz#f4ad435aa263db935b8f10f2c552d23fb716a63f"
You can’t perform that action at this time.
0 commit comments