Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update dependency getsentry/sentry-cli to v2.2.0 #4169

Merged
merged 2 commits into from
Jun 17, 2022
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.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion pkgs/getsentry/sentry-cli/pkg.yaml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
packages:
- name: getsentry/sentry-cli@2.1.0
- name: getsentry/sentry-cli@2.2.0
3 changes: 2 additions & 1 deletion pkgs/getsentry/sentry-cli/registry.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@ packages:
- type: github_release
repo_owner: getsentry
repo_name: sentry-cli
asset: "sentry-cli-{{.OS}}-{{.Arch}}"
description: A command line utility to work with Sentry
supported_if: not (GOOS == "windows" and GOARCH == "arm64")
asset: "sentry-cli-{{.OS}}-{{.Arch}}"
replacements:
darwin: Darwin
linux: Linux
Expand Down
1 change: 1 addition & 0 deletions registry.json
Original file line number Diff line number Diff line change
Expand Up @@ -3464,6 +3464,7 @@
},
"repo_name": "sentry-cli",
"repo_owner": "getsentry",
"supported_if": "not (GOOS == \"windows\" and GOARCH == \"arm64\")",
"type": "github_release"
},
{
Expand Down
3 changes: 2 additions & 1 deletion registry.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2298,8 +2298,9 @@ packages:
- type: github_release
repo_owner: getsentry
repo_name: sentry-cli
asset: "sentry-cli-{{.OS}}-{{.Arch}}"
description: A command line utility to work with Sentry
supported_if: not (GOOS == "windows" and GOARCH == "arm64")
asset: "sentry-cli-{{.OS}}-{{.Arch}}"
replacements:
darwin: Darwin
linux: Linux
Expand Down