From 8917c4b7a0307000a0fc64295f6e6e6c806a1b33 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 8 Sep 2026 21:13:15 +0000 Subject: [PATCH] chore(main): release 1.15.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 13 +++++++++++++ 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 2ef9a1c..a25d1bc 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.14.0" + ".": "1.15.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index c228802..f956238 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [1.15.0](https://github.com/CodeBoarding/CodeBoarding-action/compare/v1.14.0...v1.15.0) (2026-09-08) + + +### Features + +* review draft pull requests by default ([#121](https://github.com/CodeBoarding/CodeBoarding-action/issues/121)) ([d9e9275](https://github.com/CodeBoarding/CodeBoarding-action/commit/d9e92759ee03df0a7bfb4c188fdc73fa83a69003)) + + +### Bug Fixes + +* restore configurable depth and bootstrap missing review baselines directly ([#120](https://github.com/CodeBoarding/CodeBoarding-action/issues/120)) ([b497396](https://github.com/CodeBoarding/CodeBoarding-action/commit/b497396d974546044ed519afb1e9090efc4a2c19)) +* update CodeBoarding dependency to 0.14.2 ([#123](https://github.com/CodeBoarding/CodeBoarding-action/issues/123)) ([c109947](https://github.com/CodeBoarding/CodeBoarding-action/commit/c10994772e182c40ab2993cc72689d0bb9974f09)) + ## [1.14.0](https://github.com/CodeBoarding/CodeBoarding-action/compare/v1.13.0...v1.14.0) (2026-09-06)