From 263152ae09680087248aa5abd6e066f5e3d6b5fe Mon Sep 17 00:00:00 2001 From: Ian Maia Date: Fri, 21 Feb 2025 23:50:53 +0100 Subject: [PATCH] Prepare release 3.12.0 --- CHANGELOG.md | 8 +++++++- README.md | 4 ++-- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f62c262b..6f7774fb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -38,7 +38,7 @@ _None._ ### New Features -- Enhance `pr_changed_files` command to support both exit codes (default) and "true"/"false" string output (via `--stdout` flag) [#151] +_None._ ### Bug Fixes @@ -48,6 +48,12 @@ _None._ _None._ +## 3.12.0 + +### New Features + +- Enhance `pr_changed_files` command to support both exit codes (default) and "true"/"false" string output (via `--stdout` flag) [#151] + ## 3.11.0 ### New Features diff --git a/README.md b/README.md index dc58e5b7..48f10167 100644 --- a/README.md +++ b/README.md @@ -26,11 +26,11 @@ steps: restore_cache $(hash_file package-lock.json) plugins: - - automattic/a8c-ci-toolkit#3.11.0: + - automattic/a8c-ci-toolkit#3.12.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.11.0`. +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.12.0`. ## Configuration