Software Development
Release Notes Writer
Translates technical commit history and PR descriptions into user-facing release notes with highlights, fixes, and an upgrade guide for breaking changes. Useful for product teams that want polished release comms without manual authoring. Engineering leads owning release comms, product managers wanting structured launch notes, founders posting release announcements to customers, open-source maintainers cutting weekly releases. The result is either a mechanical commit-log dump that nobody reads or nothing at all. Both outcomes erode trust: users do not know what changed, what broke, or what to do. A writer that takes the same inputs a thoughtful engineer would use — commit history, merged PRs, issue links — and composes user-facing notes in the formats the team actually needs closes the communication gap without consuming an engineer's afternoon.
One-Time Purchase
$19.99
Release v3.2.0
Headline
The dashboard is up to 60% faster thanks to server-side query batching, webhook deliveries now retry automatically, and report export to CSV/Excel finally landed. Two breaking changes ship in this release — the long-deprecated /v1/reports endpoint is gone and webhook triggered_at is now ISO 8601. Review the upgrade guide before deploying.
Changes
Features
Fixes
Internal (not user-facing)
Breaking Changes
| Change | Severity | Who's affected | Action |
|---|---|---|---|
GET /v1/reports removed (deprecated since v2.8.0) | Breaking | Anyone still calling the v1 endpoint | Migrate to GET /v2/reports — note the data wrapper |
Webhook triggered_at is now ISO 8601 (was Unix timestamp) | Breaking | Any webhook consumer parsing the field | Replace Unix-timestamp parsing with ISO 8601 parsing |
| jsonwebtoken upgraded to 9.0.2 | Patch | Direct consumers of the JWT library | Mostly transparent; review any custom algorithm overrides |
Upgrade Notes
GET /v1/reports removal
The v1 endpoint is gone. Search your codebase for /v1/reports, replace with /v2/reports, and update response parsing — v2 wraps results in a data envelope: { "data": [...], "meta": { ... } }. Test in staging before production deploy.
Webhook triggered_at format
Before:
{ "triggered_at": 1747228800 }
After:
{ "triggered_at": "2026-05-14T08:00:00Z" }
Replace any new Date(triggered_at * 1000) with new Date(triggered_at). If you persist this column as INTEGER, migrate to TIMESTAMP or VARCHAR. Validate against the updated payload schema in your staging webhook endpoint before going live.
Security patch
CVE-2024-38997 (moderate, token-validation edge case) is patched by the jsonwebtoken bump. No customer action required unless you've forked the library or override the algorithm list.
Communications-Ready Copy
GitHub release body
ClearPoint Nexus v3.2.0 ships faster dashboards, smarter webhooks, and long-requested export options. Two breaking changes —
/v1/reportsis removed and webhooktriggered_atis now ISO 8601. Full upgrade guide below.
Customer email — subject line
ClearPoint Nexus v3.2.0 — Faster dashboards, report exports, and smarter webhooks
Customer email — body
Hi [First Name], ClearPoint Nexus v3.2.0 is now available. Dashboards load up to 60% faster, you can export any report to CSV or Excel, and webhook deliveries now retry automatically. This release includes two breaking changes for API and webhook integrations — please review the upgrade guide before updating.
This sample illustrates the skill's output format. PR numbers and version are illustrative.
View full sample →
All sales final. No refunds on digital products.
Includes support for Claude Code, Codex, OpenClaw, and Google Antigravity in the same license.
Also in Product Documentation & Onboarding
Bundle price: $55. Compare this skill with the full workflow bundle or Pro access.
Best for
Product managers and engineering leads cutting monthly or biweekly releases who need user-facing notes plus an upgrade guide derived from the actual commit history. Most useful when the audience is developers or technical customers who care about what changed and how to adapt.
Not ideal for
Consumer products where release notes are a marketing surface and the value is in the screenshot, the GIF, and the launch tweet, not the structured changelog. Also a poor fit for teams shipping continuously without distinct release boundaries — the skill needs a defined range of commits to summarize.
Included in this purchase
- Claude Code, Codex, OpenClaw, and Google Antigravity skill files.
- Setup guidance for the right adapter in your workspace.
- One-time license for the purchased skill version.
Setup
Plan for a short setup in the repository or workspace where the skill will run. Some coding familiarity helps for implementation-heavy outputs.
Related Skills
$19.99
One-time license
$19.99
One-time license
$19.99
One-time license
Future Updates
This purchase includes the current version of the skill. If you want future adapter updates — meaning compatibility and packaging updates as supported platforms evolve — plus new catalog additions included automatically, upgrade to Pro.