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.10.2"
".": "1.10.3"

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 Release the breaking action as v2.0.0

This release bumps the manifest to 1.10.3, so the release workflow will create a v1.10.3 release and then force-move v1 to it via .github/workflows/release-please.yml:62-68. The current tree already includes 474d40a feat!(action): simplify v2 flow to CLI incremental/full contract (#69) with a BREAKING CHANGE and README examples now telling users to pin @v2, so publishing this code as a 1.x release would silently upgrade existing @v1 consumers onto the v2 contract. Please cut/resync this as 2.0.0 (or resync the manifest after any manual v2 release) before publishing.

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.10.3](https://github.com/CodeBoarding/CodeBoarding-action/compare/v1.10.2...v1.10.3) (2026-08-10)


### Bug Fixes

* use stable PR route for webview links ([#75](https://github.com/CodeBoarding/CodeBoarding-action/issues/75)) ([e2f8a71](https://github.com/CodeBoarding/CodeBoarding-action/commit/e2f8a71dcab199c037637cf556af4c155f1b4dbd))

## [1.10.2](https://github.com/CodeBoarding/CodeBoarding-action/compare/v1.10.1...v1.10.2) (2026-08-07)


Expand Down