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 CLI to v2.0.4 #32

Closed
wants to merge 2 commits into from
Closed
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
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,13 @@

- Sentry-CLI integration test action: support envelopes ([#58](https://github.com/getsentry/github-workflows/pull/58))

### Dependencies

- Bump `danger/danger-js` from v11.1.2 to v11.3.0 ([#59](https://github.com/getsentry/github-workflows/pull/59))
- Bump CLI from v2.0.0 to v2.0.4 ([#32](https://github.com/getsentry/github-workflows/pull/32))
- [changelog](https://github.com/getsentry/sentry-cli/blob/master/CHANGELOG.md#204)
- [diff](https://github.com/getsentry/sentry-cli/compare/2.0.0...2.0.4)

## 2.7.0

### Features
Expand Down
4 changes: 4 additions & 0 deletions danger/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,7 @@ export DANGER_TEST_PR='1234'
git checkout branch-for-pr-1234
npx danger ci --text-only --failOnErrors --dangerfile=../github-workflows/danger/dangerfile.js
```


test overwrites by updater

2 changes: 1 addition & 1 deletion updater/tests/sentry-cli.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
version = 2.0.0
version = 2.0.4
repo = https://github.com/getsentry/sentry-cli
Loading