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

Remove artsy auto-config dep, update auto pinned version #322

Merged
merged 1 commit into from
Apr 7, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
42 changes: 41 additions & 1 deletion .autorc
Original file line number Diff line number Diff line change
@@ -1,5 +1,45 @@
{
"extends": "@artsy",
"name": "Eloy Durán",
"email": "[email protected]",
"labels": [
{
"name": "Version: Major",
"changelogTitle": "💥 Breaking Change",
"description": "Increment the major version when merged",
"releaseType": "major"
},
{
"name": "Version: Minor",
"changelogTitle": "🚀 Enhancement",
"description": "Increment the minor version when merged",
"releaseType": "minor"
},
{
"name": "Version: Patch",
"changelogTitle": "🐛 Bug Fix",
"description": "Increment the patch version when merged",
"releaseType": "patch"
},
{
"name": "Skip Release",
"description": "Preserve the current version when merged",
"releaseType": "skip"
},
{
"name": "Version: Trivial",
"changelogTitle": "🏠 Internal",
"description": "Changes only affect the internal API",
"releaseType": "none"
},
{
"name": "Docs",
"changelogTitle": "📝 Documentation",
"description": "Changes only affect the documentation",
"releaseType": "none"
}
],
"plugins": [
"npm",
"released"
]
}
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,6 @@
"invariant": "^2.2.4"
},
"devDependencies": {
"@artsy/auto-config": "^1.0.0",
"@babel/runtime": "7.12.13",
"@types/graphql": "^14.2.3",
"@types/invariant": "2.2.34",
Expand Down
2 changes: 1 addition & 1 deletion scripts/deploy.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
if [ ! -z "$TRAVIS_BRANCH" ] && [ "$TRAVIS_BRANCH" == "master" ]; then
npx auto@$AUTO_VERSION shipit $AUTO_OPTS
npx auto@v10.24.1 shipit -v
else
echo "Not on master, skipping deploy"
fi
5 changes: 0 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,6 @@
# yarn lockfile v1


"@artsy/auto-config@^1.0.0":
version "1.0.2"
resolved "https://registry.yarnpkg.com/@artsy/auto-config/-/auto-config-1.0.2.tgz#b79f6fd0d0bda0c5e0764ced55e014cf58174d6f"
integrity sha512-mJyuKNDMYZcgc2oLIkvmpVIr1RexklV71JmU+to5qs3Y9pv5dsj4WHl8+wf9g74EQNOyhWH2SYMGBm1JoPYh/Q==

"@babel/code-frame@^7.0.0", "@babel/code-frame@^7.10.4", "@babel/code-frame@^7.12.11":
version "7.12.11"
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.12.11.tgz#f4ad435aa263db935b8f10f2c552d23fb716a63f"
Expand Down