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.12.0"
".": "1.12.1"
}
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [1.12.1](https://github.com/CodeBoarding/CodeBoarding-action/compare/v1.12.0...v1.12.1) (2026-08-19)


### Bug Fixes

* **review:** publish state, not scratch, and a boolean that is one ([#95](https://github.com/CodeBoarding/CodeBoarding-action/issues/95)) ([09757de](https://github.com/CodeBoarding/CodeBoarding-action/commit/09757de79e1413c71cabfab1ddadd89aac8f8f1e))

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

P2 Badge Include #94 in the 1.12.1 changelog

The first-parent history since the 1.12.0 release also contains f7630ce (fix(review): stop labelling a base with the run that computed it (#94)), but this new release section lists only 09757de. Because this commit simultaneously advances the manifest to 1.12.1, release-please will treat #94 as already released and it will not be picked up in a later changelog, leaving the 1.12.1 release notes incomplete; regenerate the release change after incorporating #94.

AGENTS.md reference: AGENTS.md:L52-L56

Useful? React with 馃憤聽/ 馃憥.

* **review:** stop labelling a base with the run that computed it ([#94](https://github.com/CodeBoarding/CodeBoarding-action/issues/94)) ([f7630ce](https://github.com/CodeBoarding/CodeBoarding-action/commit/f7630ce818327732111f2088f846985be4989e22))

## [1.12.0](https://github.com/CodeBoarding/CodeBoarding-action/compare/v1.11.1...v1.12.0) (2026-08-19)


Expand Down
Loading