From dbc206d97d6f15e06389ae5b6559d617a6e1d441 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 14 Jul 2026 10:32:16 +0000 Subject: [PATCH] chore(main): release 1.8.0 --- .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 64e0684..099626f 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.7.0" + ".": "1.8.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 1ea066f..71d8981 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.8.0](https://github.com/CodeBoarding/CodeBoarding-action/compare/v1.7.0...v1.8.0) (2026-07-14) + + +### Features + +* migrate to Core's git-free incremental ([#401](https://github.com/CodeBoarding/CodeBoarding-action/issues/401)) ([#52](https://github.com/CodeBoarding/CodeBoarding-action/issues/52)) ([d585139](https://github.com/CodeBoarding/CodeBoarding-action/commit/d5851390a0ab3a99aba064476c69cbc556957ec7)) + ## [1.7.0](https://github.com/CodeBoarding/CodeBoarding-action/compare/v1.6.1...v1.7.0) (2026-06-30)