Skip to content

Commit e05b61b

Browse files
authored
Prepare release 3.7.1 (#126)
1 parent 9471987 commit e05b61b

File tree

2 files changed

+10
-4
lines changed

2 files changed

+10
-4
lines changed

CHANGELOG.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,13 +42,19 @@ _None._
4242

4343
### Bug Fixes
4444

45-
- Fix not working SARIF upload on non-PR branches [#124] [#128]
46-
- Fix logic in our `github_api` helper to auto-detecting the GitHub host [#127] [#128]
45+
_None._
4746

4847
### Internal Changes
4948

5049
_None._
5150

51+
## 3.7.1
52+
53+
### Bug Fixes
54+
55+
- Fix logic in our `github_api` helper to auto-detecting the GitHub host [#127] [#128]
56+
- Fix not working SARIF upload on non-PR branches [#124]
57+
5258
## 3.7.0
5359

5460
### New Features

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.7.0:
29+
- automattic/a8c-ci-toolkit#3.7.1:
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.7.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 `3.7.1`.
3434

3535
## Configuration
3636

0 commit comments

Comments
 (0)