Refine beta.2664 release notes and build skill Jira status handling#2336
Refine beta.2664 release notes and build skill Jira status handling#2336
Conversation
- 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>
c3d2c4f to
3bfb7aa
Compare
codap-v3
|
||||||||||||||||||||||||||||
| Project |
codap-v3
|
| Branch Review |
release-3.0.0-beta.2664-refinements
|
| Run status |
|
| Run duration | 02m 03s |
| Commit |
|
| Committer | Kirk Swenson |
| View all properties for this run ↗︎ | |
| Test results | |
|---|---|
|
|
0
|
|
|
0
|
|
|
0
|
|
|
0
|
|
|
4
|
| View all changes introduced in this branch ↗︎ | |
Codecov Report✅ All modified and coverable lines are covered by tests.
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
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
There was a problem hiding this comment.
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.
…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>
Summary
— Jira status: In Project Team Review ⚠️), rather than excluding non-Done stories entirely--title "Version {version}"improvement for GitHub releasesContext
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