Skip to content

Commit 5d95fd1

Browse files
committed
Adjust changelog
1 parent 480799a commit 5d95fd1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

CHANGELOG.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,12 @@ This is the log of notable changes to EAS CLI and related packages.
66

77
### 🛠 Breaking changes
88

9-
- Add support for `.easignore` when `requireCommit` is set to `true`.
9+
- Add support for `.easignore` when `requireCommit` is set to `true`. ([#2942](https://github.com/expo/eas-cli/pull/2942) by [@sjchmiela](https://github.com/sjchmiela))
1010
- Up to 15.0.0, if `requireCommit` was `true`, `.easignore` was silently ignored.
1111
- Versions 15.0.0-15.0.13 started using `.easignore` to skip files from being bundled into a tarball when `requireCommit` was `true`. This was an unexpected change in behavior.
1212
- To clear this up, versions 15.0.13-15.0.15 were erroring if `.easignore` was present when `requireCommit` was `true`.
1313
- `[email protected]` formalizes the 15.0.0-15.0.13 behavior by adhering to `.easignore` even when `requireCommit` is set to `true`.
14+
- If you know what you're doing and you want to suppress a warning printed, you can do so by setting `EAS_SUPPRESS_REQUIRE_COMMIT_EASIGNORE_WARNING` environment variable to `true`.
1415

1516
### 🎉 New features
1617

0 commit comments

Comments
 (0)