Skip to content

Commit 5400377

Browse files
authored
Prepare for release 5.6.0 (#190)
- Add `--config` argument to `run_swiftlint` script to allow specifying custom `.swiftlint.yml` config files and allowing for multiple `--config` arguments [#189]
1 parent af66702 commit 5400377

File tree

2 files changed

+20
-2
lines changed

2 files changed

+20
-2
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,24 @@ _None._
3838

3939
### New Features
4040

41+
_None._
42+
43+
### Bug Fixes
44+
45+
_None._
46+
47+
### Internal Changes
48+
49+
_None._
50+
51+
## 5.6.0
52+
53+
### Breaking Changes
54+
55+
_None._
56+
57+
### New Features
58+
4159
- Add `--config` argument to `run_swiftlint` script to allow specifying custom `.swiftlint.yml` config files and allowing for multiple `--config` arguments [#189]
4260

4361
### Bug Fixes

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.5.0:
29+
- automattic/a8c-ci-toolkit#5.6.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.5.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.6.0`.
3434

3535
## Configuration
3636

0 commit comments

Comments
 (0)