Skip to content

Refine beta.2664 release notes and build skill Jira status handling#2336

Merged
kswenson merged 2 commits intomainfrom
release-3.0.0-beta.2664-refinements
Feb 7, 2026
Merged

Refine beta.2664 release notes and build skill Jira status handling#2336
kswenson merged 2 commits intomainfrom
release-3.0.0-beta.2664-refinements

Conversation

@kswenson
Copy link
Copy Markdown
Member

@kswenson kswenson commented Feb 3, 2026

Summary

  • Restores CODAP-1023 and CODAP-1027 to the beta.2664 CHANGELOG — merged PRs should be included in release notes since they are in the build, regardless of project team review status
  • Updates the build skill to display Jira status in the item header during the release notes walkthrough when a story is not Done (e.g., — Jira status: In Project Team Review ⚠️), rather than excluding non-Done stories entirely
  • Keeps the --title "Version {version}" improvement for GitHub releases

Context

The original PR excluded stories not marked Done in Jira from release notes. This was an over-correction — our process merges PRs to main after code review so product owners can review on main, meaning stories in "In Project Team Review" are routinely in builds. The new approach shows the status as context and lets the user decide via the existing Section question.

🤖 Generated with Claude Code

@kswenson kswenson added the v3 CODAP v3 label Feb 3, 2026
- Remove CODAP-1023 and CODAP-1027 from release notes (not yet Done in Jira)
- Update codap-v3-build skill to clarify that only stories with "Done"
  status should be included in release notes
- Also updated GitHub release description

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
@kswenson kswenson force-pushed the release-3.0.0-beta.2664-refinements branch from c3d2c4f to 3bfb7aa Compare February 3, 2026 18:21
@cypress
Copy link
Copy Markdown

cypress Bot commented Feb 3, 2026

codap-v3    Run #10035

Run Properties:  status check passed Passed #10035  •  git commit a3819155f7: Restore CODAP-1023/1027 to release notes; show Jira status in build skill walkth...
Project codap-v3
Branch Review release-3.0.0-beta.2664-refinements
Run status status check passed Passed #10035
Run duration 02m 03s
Commit git commit a3819155f7: Restore CODAP-1023/1027 to release notes; show Jira status in build skill walkth...
Committer Kirk Swenson
View all properties for this run ↗︎

Test results
Tests that failed  Failures 0
Tests that were flaky  Flaky 0
Tests that did not run due to a developer annotating a test with .skip  Pending 0
Tests that did not run due to a failure in a mocha hook  Skipped 0
Tests that passed  Passing 4
View all changes introduced in this branch ↗︎

@codecov
Copy link
Copy Markdown

codecov Bot commented Feb 3, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 68.50%. Comparing base (8503331) to head (a381915).
⚠️ Report is 73 commits behind head on main.

❗ There is a different number of reports uploaded between BASE (8503331) and HEAD (a381915). Click for more details.

HEAD has 9 uploads less than BASE
Flag BASE (8503331) HEAD (a381915)
cypress 10 1
Additional details and impacted files
@@             Coverage Diff             @@
##             main    #2336       +/-   ##
===========================================
- Coverage   85.18%   68.50%   -16.69%     
===========================================
  Files         733      733               
  Lines       39526    39526               
  Branches     9768     9379      -389     
===========================================
- Hits        33672    27077     -6595     
- Misses       5841    12444     +6603     
+ Partials       13        5        -8     
Flag Coverage Δ
cypress 38.98% <ø> (-30.69%) ⬇️
jest 56.26% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@kswenson kswenson requested a review from Copilot February 3, 2026 18:37
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

Corrects the 3.0.0-beta.2664 release notes by removing two stories that were incorrectly included despite not being in "Done" status, and updates the build skill documentation to prevent similar issues in future releases.

Changes:

  • Removed CODAP-1023 and CODAP-1027 from the beta.2664 release notes as they remain "In Project Team Review"
  • Enhanced the build skill to require Jira status verification before including stories in release notes
  • Clarified the interactive flow for handling excluded stories with Fix Version updates

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.

File Description
v3/CHANGELOG.md Removes two stories that were not in "Done" status from the beta.2664 release notes
.claude/skills/codap-v3-build/SKILL.md Adds mandatory Jira status verification step and clarifies Fix Version handling for excluded stories

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@kswenson kswenson requested a review from bfinzer February 3, 2026 18:40
Copy link
Copy Markdown
Contributor

@bfinzer bfinzer left a comment

Choose a reason for hiding this comment

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

👍🏻LGTM

…kill walkthrough

Reverts the CHANGELOG removal of CODAP-1023 and CODAP-1027 from beta.2664
release notes. Merged PRs should be included in release notes since they
are in the build, regardless of whether the story has completed project
team review.

Updates the build skill to show Jira status in the item header during
the release notes walkthrough when a story is not Done, rather than
excluding non-Done stories entirely.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@kswenson kswenson changed the title Fix beta.2664 release notes and update build skill Refine beta.2664 release notes and build skill Jira status handling Feb 7, 2026
@kswenson kswenson merged commit 4d1ab5e into main Feb 7, 2026
10 of 11 checks passed
@kswenson kswenson deleted the release-3.0.0-beta.2664-refinements branch February 7, 2026 08:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

v3 CODAP v3

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants