Skip to content

Commit

Permalink
Release: Update README and CHANGELOG with 3.9.1 release info (#140)
Browse files Browse the repository at this point in the history
Related PRs:
- #138
- #139
  • Loading branch information
ParaskP7 authored Jan 15, 2025
1 parent 8d3bf18 commit 29064ab
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
10 changes: 8 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,13 +42,19 @@ _None._

### Bug Fixes

- `Dependency Cache`: Fix Dependency Cache [#138]
- `run_swiftlint`: Error gracefully when `swiftlint_version` is missing in the `.swiftlint.yml` file [#139]
_None._

### Internal Changes

_None._

## 3.9.1

### Bug Fixes

- `Dependency Cache`: Fix Dependency Cache [#138]
- `run_swiftlint`: Error gracefully when `swiftlint_version` is missing in the `.swiftlint.yml` file [#139]

## 3.9.0

### New Features
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@ steps:
restore_cache $(hash_file package-lock.json)
plugins:
- automattic/a8c-ci-toolkit#3.9.0:
- automattic/a8c-ci-toolkit#3.9.1:
bucket: a8c-ci-cache # optional
```
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 `3.9.0`.
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 `3.9.1`.

## Configuration

Expand Down

0 comments on commit 29064ab

Please sign in to comment.