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))