From 3e6f0b34db1fdc63660eae50fe7aea1a0d29eb87 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 10 Jun 2026 10:13:57 +0000 Subject: [PATCH] chore(main): release 1.2.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 10 ++++++++++ 2 files changed, 11 insertions(+), 1 deletion(-) create mode 100644 CHANGELOG.md diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 5fdd883..c3f1463 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.1.0" + ".": "1.2.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..587490b --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,10 @@ +# Changelog + +## [1.2.0](https://github.com/CodeBoarding/CodeBoarding-action/compare/v1.1.0...v1.2.0) (2026-06-10) + + +### Features + +* /codeboarding posts a new comment per run instead of updating in place ([74538af](https://github.com/CodeBoarding/CodeBoarding-action/commit/74538afa7580665b731d9afae968d8324aa64d20)) +* /codeboarding posts a new comment per run instead of updating in place ([b21f1ff](https://github.com/CodeBoarding/CodeBoarding-action/commit/b21f1ffaed6b205f222ea5036aa89bd0d6d02f50)) +* seed the base static-analysis pkl so PR head analysis runs incrementally ([#18](https://github.com/CodeBoarding/CodeBoarding-action/issues/18)) ([2164398](https://github.com/CodeBoarding/CodeBoarding-action/commit/216439844bfbf3994fc1e2a188a66a2cf5b96f48))