Skip to content

docs(changelog): Curate sample release entries - #1106

Closed
scout-relayprotocol[bot] wants to merge 1 commit into
mainfrom
scout/curate-sample-changelog-entries
Closed

docs(changelog): Curate sample release entries#1106
scout-relayprotocol[bot] wants to merge 1 commit into
mainfrom
scout/curate-sample-changelog-entries

Conversation

@scout-relayprotocol

Copy link
Copy Markdown

Summary

Curates the three representative RelayKit release dates from the changelog skill dry run:

  • groups the SDK and UI XRP records around one customer outcome;
  • rewrites Uniswap Wallet chain support in customer-facing language;
  • clarifies the July 24 recipient, error, and image-fallback changes;
  • removes the internal-only “Sync SDK types” record from the public changelog source.

The docs publisher remains deterministic: these edits live in RelayKit's canonical package changelogs rather than the generated Relay Docs page.

Verification

  • git diff --check
  • Generated the Relay Docs changelog with this RelayKit working tree and verified the August 14, August 4, and July 24 output, including deduplication across packages.

Refs INT2-1239

Action taken on behalf of AJ Fernandez.


View Session in Sentry

Rewrite three representative release dates around customer-visible outcomes and
remove the internal-only SDK type-sync note from the public changelog source.

Co-authored-by: AJ Fernandez <1295659+n-xlkt@users.noreply.github.com>
@vercel

vercel Bot commented Aug 14, 2026

Copy link
Copy Markdown
Contributor

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
relay-sdk-demo Ready Ready Preview Aug 14, 2026 9:58pm

Request Review

@scout-relayprotocol
scout-relayprotocol Bot requested a review from n-xlkt August 14, 2026 21:54
@scout-relayprotocol

Copy link
Copy Markdown
Author

Closing because the requester withdrew the work and instructed Scout to stop.

@greptile-apps

greptile-apps Bot commented Aug 14, 2026

Copy link
Copy Markdown

Greptile Summary

This change updates customer-facing Relay Kit release notes across the hooks, SDK, and UI changelogs. The SDK changelog now leaves version 7.0.1 visibly blank after its only patch note was removed: the version and Patch Changes headings render without an entry. Remove the empty 7.0.1 section or add an appropriate public release note before merging.

Confidence Score: 4/5

Not ready to merge because the published SDK changelog contains a visible empty release section.

A Markdown parser and renderer check compared the parent and current 7.0.1 sections, confirming that the current version headings remain visible after the sole release entry was removed.

Files Needing Attention: packages/sdk/CHANGELOG.md, lines 9-11.

T-Rex T-Rex Logs

What T-Rex did

  • T-Rex posted a finding-comment-proof for a posted P2 finding and attached three artifacts showing the SDK release-section parser/renderer and the before/after bullet removal states.
  • T-Rex posted a second finding-comment-proof for another P2 finding; no artifacts were attached.
  • T-Rex posted a general-contract-validation-proof that documents the before and after states of the 7.0.1 release section and notes that the repository source was not modified.

View all artifacts

T-Rex Ran code and verified through T-Rex

Comments Outside Diff (1)

  1. General comment

    P2 SDK changelog exposes an empty 7.0.1 release section

    • Bug
      • The changelog retains the 7.0.1 release and Patch Changes headings at lines 9–11, but has no release entries before the next version heading. A parsed/rendered Markdown check confirms it remains visible as headings with no list content.
    • Cause
      • The PR removed the only - fb843c4: Sync SDK types bullet without removing the now-empty release section or adding a replacement public-facing entry.
    • Fix
      • Remove the empty 7.0.1 section entirely, or add an appropriate customer-facing patch-change entry if the release must remain documented.

    T-Rex Ran code and verified through T-Rex

Reviews (1): Last reviewed commit: "docs(changelog): curate sample release e..." | Re-trigger Greptile

Comment thread packages/sdk/CHANGELOG.md
Comment on lines 9 to 11
## 7.0.1

### Patch Changes

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 Empty SDK release section

Removing the only 7.0.1 entry leaves the visible 7.0.1 and Patch Changes headings with no content before 7.0.0. Remove this empty section or add an appropriate customer-facing release note so the published SDK changelog does not contain a blank release.

Artifacts

SDK release-section parser and renderer source

  • Review-authored Node script parses the changelog with Prettier Markdown and renders the 7.0.1 release section to determine whether an empty section remains visible; it confirms the test method.

SDK 7.0.1 release section before the bullet removal

  • Executed parent-revision check shows one parsed patch entry and a rendered list under 7.0.1; the prior section was not blank.

SDK 7.0.1 release section after the bullet removal

  • Executed current-revision check shows zero parsed entries but rendered 7.0.1 and Patch Changes headings; the release section is visibly blank.

View artifacts

T-Rex Ran code and verified through T-Rex

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants