Skip to content
This repository was archived by the owner on Sep 27, 2023. It is now read-only.

Commit bc8ae04

Browse files
authored
Merge pull request #322 from relay-tools/update-auto-version
Remove artsy auto-config dep, update auto pinned version
2 parents 664afbb + 2c42d99 commit bc8ae04

File tree

4 files changed

+42
-8
lines changed

4 files changed

+42
-8
lines changed

.autorc

Lines changed: 41 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,45 @@
11
{
2-
"extends": "@artsy",
32
"name": "Eloy Durán",
43
"email": "[email protected]",
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
}

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,6 @@
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",

scripts/deploy.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
if [ ! -z "$TRAVIS_BRANCH" ] && [ "$TRAVIS_BRANCH" == "master" ]; then
2-
npx auto@$AUTO_VERSION shipit $AUTO_OPTS
2+
npx auto@v10.24.1 shipit -v
33
else
44
echo "Not on master, skipping deploy"
55
fi

yarn.lock

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,6 @@
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"

0 commit comments

Comments
 (0)