Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "1.11.0"
".": "1.11.1"

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P1 Badge Let release-please generate the bookkeeping update

This commit directly updates the release manifest and changelog under a non-release-please author, despite the repository explicitly reserving these bookkeeping files for the automated release PR workflow (except after a manual release). Recreate this version bump through release-please rather than merging the hand-authored update.

AGENTS.md reference: AGENTS.md:L68-L71

Useful? React with 馃憤聽/ 馃憥.

}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [1.11.1](https://github.com/CodeBoarding/CodeBoarding-action/compare/v1.11.0...v1.11.1) (2026-08-18)


### Bug Fixes

* **review:** stop attempting a cache save a comment run cannot make ([#86](https://github.com/CodeBoarding/CodeBoarding-action/issues/86)) ([6bd6951](https://github.com/CodeBoarding/CodeBoarding-action/commit/6bd6951061dfd06f2162e0c2dd50db5d7c791bd0))

## [1.11.0](https://github.com/CodeBoarding/CodeBoarding-action/compare/v1.10.3...v1.11.0) (2026-08-18)


Expand Down
Loading