From 41229aa77393a0bd5b9d8c25aed30b52713500d5 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 26 Aug 2026 22:10:04 +0000 Subject: [PATCH] chore(main): release 1.12.2 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 9 +++++++++ 2 files changed, 10 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..68950a3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [1.12.2](https://github.com/CodeBoarding/CodeBoarding-action/compare/v1.12.1...v1.12.2) (2026-08-26) + + +### Bug Fixes + +* **action:** pin CodeBoarding 0.13.10 ([#100](https://github.com/CodeBoarding/CodeBoarding-action/issues/100)) ([af6b531](https://github.com/CodeBoarding/CodeBoarding-action/commit/af6b531a72c2b482f57eb6ea56f38e846d9e64ba)) +* align tooling and CI with Python 3.12 ([845aa94](https://github.com/CodeBoarding/CodeBoarding-action/commit/845aa9407fc3dcdd4aa8cdfc7512201e3ca6a06f)) +* **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)