Skip to content

Commit b22f558

Browse files
authored
Update release notes for version 5.7.0 (#194)
1 parent ce4345b commit b22f558

File tree

2 files changed

+13
-3
lines changed

2 files changed

+13
-3
lines changed

CHANGELOG.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,14 +38,24 @@ _None._
3838

3939
### New Features
4040

41-
- The `prepare_windows_host_for_app_distribution.ps1` command for Windows builds will inspect the environment it's running on and skip time consuming steps when running on our custom CI image. [#192]
41+
_None._
4242

4343
### Bug Fixes
4444

4545
_None._
4646

4747
### Internal Changes
4848

49+
_None._
50+
51+
## 5.7.0
52+
53+
### New Features
54+
55+
- The `prepare_windows_host_for_app_distribution.ps1` command for Windows builds will inspect the environment it's running on and skip time consuming steps when running on our custom CI image. [#192]
56+
57+
### Internal Changes
58+
4959
- Improved header comment documentation of `pr_changed_files`. [#191]
5060

5161
## 5.6.0

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,11 @@ steps:
2626
restore_cache $(hash_file package-lock.json)
2727
2828
plugins:
29-
- automattic/a8c-ci-toolkit#5.6.0:
29+
- automattic/a8c-ci-toolkit#5.7.0:
3030
bucket: a8c-ci-cache # optional
3131
```
3232
33-
Don't forget to verify what [the latest release](https://github.com/Automattic/a8c-ci-toolkit-buildkite-plugin/releases/latest) is and use that value instead of `5.6.0`.
33+
Don't forget to verify what [the latest release](https://github.com/Automattic/a8c-ci-toolkit-buildkite-plugin/releases/latest) is and use that value instead of `5.7.0`.
3434

3535
## Configuration
3636

0 commit comments

Comments
 (0)