Skip to content

Commit

Permalink
Release 3.6.0 (#114)
Browse files Browse the repository at this point in the history
* Update CHANGELOG.md for 3.6.0

* Update versions in README.md
  • Loading branch information
wzieba authored Sep 10, 2024
1 parent b15c20a commit 11f6d26
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 6 deletions.
18 changes: 14 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ _None._
### New Features
- Introduce a command for uploading .sarif files to GitHub's registry [#111]
_None._
### Bug Fixes
Expand All @@ -38,17 +38,27 @@ _None._

### New Features

- Refactor `install_swiftpm_dependencies` to allow specifying `--workspace`/`--project`/`--use-spm` type of project explicitly, and improve implicit/automatic project type detection logic. [#105]
_None._

### Bug Fixes

- Make sure `install_swiftpm_dependencies` uses the correct `Package.resolved` file (`.xcworkspace` vs `.xcodeproj/project.xcworkspace`). [#105]

_None._

### Internal Changes

_None._

## 3.6.0

### New Features

- Refactor `install_swiftpm_dependencies` to allow specifying `--workspace`/`--project`/`--use-spm` type of project explicitly, and improve implicit/automatic project type detection logic. [#105]
- Introduce a command for uploading .sarif files to GitHub's registry [#111]

### Bug Fixes

- Make sure `install_swiftpm_dependencies` uses the correct `Package.resolved` file (`.xcworkspace` vs `.xcodeproj/project.xcworkspace`). [#105]

## 3.5.1

### 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.5.1:
- automattic/a8c-ci-toolkit#3.6.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.5.1`.
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.0`.

## Configuration

Expand Down

0 comments on commit 11f6d26

Please sign in to comment.