You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+11-1Lines changed: 11 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -38,14 +38,24 @@ _None._
38
38
39
39
### New Features
40
40
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._
42
42
43
43
### Bug Fixes
44
44
45
45
_None._
46
46
47
47
### Internal Changes
48
48
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
+
49
59
- Improved header comment documentation of `pr_changed_files`. [#191]
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,11 +26,11 @@ steps:
26
26
restore_cache $(hash_file package-lock.json)
27
27
28
28
plugins:
29
-
- automattic/a8c-ci-toolkit#5.6.0:
29
+
- automattic/a8c-ci-toolkit#5.7.0:
30
30
bucket: a8c-ci-cache # optional
31
31
```
32
32
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`.
0 commit comments