Skip to content

Commit

Permalink
Prepare release 3.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
wzieba committed Sep 18, 2024
1 parent 336cbd8 commit 2c08c47
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 5 deletions.
16 changes: 13 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,17 +38,27 @@ _None._

### New Features

- Add a script for commenting dependencies diff on PRs in Android projects [#120]
- Append summarized list to dependency diff comment [#122]
_None._

### Bug Fixes

- Don't require passing owner and repo names to `upload_sarif_to_github` [#121]
_None._

### Internal Changes

_None._

## 3.7.0

### New Features

- Add a script for commenting dependencies diff on PRs in Android projects [#120]
- Append summarized list to dependency diff comment [#122]

### Bug Fixes

- Don't require passing owner and repo names to `upload_sarif_to_github` [#121]

## 3.6.2

### Bug Fixes
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.6.2:
- automattic/a8c-ci-toolkit#3.7.0:
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.6.2`.
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.7.0`.

## Configuration

Expand Down

0 comments on commit 2c08c47

Please sign in to comment.