Skip to content

Commit

Permalink
[eas-cli] add --build-logger-level flag to eas build command (#2313)
Browse files Browse the repository at this point in the history
* [eas-cli] add `--build-logger-level` flag to `eas build` command

* update CHANGELOG.md

* fix types

* fix changelog

* apply suggestions from cr

* fix changelog
  • Loading branch information
szdziedzic authored Apr 8, 2024
1 parent d85b328 commit 784b52b
Show file tree
Hide file tree
Showing 19 changed files with 2,798 additions and 370 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ This is the log of notable changes to EAS CLI and related packages.
### 🎉 New features

- Add `auto`, `sdk-50` and `sdk-49` image tags. ([#2298](https://github.com/expo/eas-cli/pull/2298) by [@szdziedzic](https://github.com/szdziedzic))
- Add `--build-logger-level` flag to `eas build` command. ([#2313](https://github.com/expo/eas-cli/pull/2313) by [@szdziedzic](https://github.com/szdziedzic))

### 🐛 Bug fixes

Expand Down
Loading

0 comments on commit 784b52b

Please sign in to comment.