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 1
1
{
2
- "extends": "@artsy",
3
2
"name": "Eloy Durán",
4
3
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
+ ]
5
45
}
Original file line number Diff line number Diff line change 77
77
"invariant" : " ^2.2.4"
78
78
},
79
79
"devDependencies" : {
80
- "@artsy/auto-config" : " ^1.0.0" ,
81
80
"@babel/runtime" : " 7.12.13" ,
82
81
"@types/graphql" : " ^14.2.3" ,
83
82
"@types/invariant" : " 2.2.34" ,
Original file line number Diff line number Diff line change 1
1
if [ ! -z " $TRAVIS_BRANCH " ] && [ " $TRAVIS_BRANCH " == " master" ]; then
2
- npx auto@$AUTO_VERSION shipit $AUTO_OPTS
2
+ npx auto@v10.24.1 shipit -v
3
3
else
4
4
echo " Not on master, skipping deploy"
5
5
fi
Original file line number Diff line number Diff line change 2
2
# yarn lockfile v1
3
3
4
4
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
-
10
5
" @babel/code-frame@^7.0.0" , "@babel/code-frame@^7.10.4", "@babel/code-frame@^7.12.11":
11
6
version "7.12.11"
12
7
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