Skip to content

Commit

Permalink
add changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
szdziedzic committed Mar 6, 2025
1 parent e9936a5 commit a87155c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ This is the log of notable changes to EAS CLI and related packages.

### 🧹 Chores

- Suggest using `eas build:dev` for matching configurations. ([#2929](https://github.com/expo/eas-cli/pull/2929) by [@szdziedzic](https://github.com/szdziedzic))

## [15.0.13](https://github.com/expo/eas-cli/releases/tag/v15.0.13) - 2025-03-04

### 🐛 Bug fixes
Expand Down
4 changes: 2 additions & 2 deletions packages/eas-cli/src/commands/build/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -311,9 +311,9 @@ export default class Build extends EasCommand {
return true;
})
) {
Log.addNewLineIfNone();
Log.newLine();
Log.log(
`🔎 You are using a build configuration that could benefit from using ${chalk.bold(
`🔎 TIP: You are using a build configuration that could benefit from using ${chalk.bold(
'eas build:dev'
)} command. Run it to install and run cached development build, or create a new one if a compatible build doesn't exist yet.`
);
Expand Down

0 comments on commit a87155c

Please sign in to comment.