Skip to content

Commit cf08aea

Browse files
authored
Prepare release 3.7.0 (#123)
1 parent 93debb0 commit cf08aea

File tree

2 files changed

+15
-5
lines changed

2 files changed

+15
-5
lines changed

CHANGELOG.md

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,17 +38,27 @@ _None._
3838

3939
### New Features
4040

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

4443
### Bug Fixes
4544

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

4847
### Internal Changes
4948

5049
_None._
5150

51+
## 3.7.0
52+
53+
### New Features
54+
55+
- Add a script for commenting dependencies diff on PRs in Android projects [#120]
56+
- Append summarized list to dependency diff comment [#122]
57+
58+
### Bug Fixes
59+
60+
- Don't require passing owner and repo names to `upload_sarif_to_github` [#121]
61+
5262
## 3.6.2
5363

5464
### 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#3.6.2:
29+
- automattic/a8c-ci-toolkit#3.7.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 `3.6.2`.
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 `3.7.0`.
3434

3535
## Configuration
3636

0 commit comments

Comments
 (0)