From 86ce0ce8a7d4b298ed52c2125bc427517ab5d39b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 19 Aug 2026 22:58:16 +0000 Subject: [PATCH] chore(main): release 1.12.2 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 87f5de0..0607391 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.12.1" + ".": "1.12.2" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 1942bb7..17d2d3b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.12.2](https://github.com/CodeBoarding/CodeBoarding-action/compare/v1.12.1...v1.12.2) (2026-08-19) + + +### Bug Fixes + +* **review:** say when artifacts cannot be listed ([#98](https://github.com/CodeBoarding/CodeBoarding-action/issues/98)) ([dd11082](https://github.com/CodeBoarding/CodeBoarding-action/commit/dd11082547c58659250a3fbe54a9d4c4c4c9cb17)) + ## [1.12.1](https://github.com/CodeBoarding/CodeBoarding-action/compare/v1.12.0...v1.12.1) (2026-08-19)