Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release/3.7.0 #123

Merged
merged 1 commit into from
Sep 18, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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