Conversation
This was referenced Apr 8, 2026
Draft
This was referenced May 8, 2026
Merged
6 tasks
3 tasks
nollymar
added a commit
that referenced
this pull request
May 20, 2026
Tag-list race (#1): when the just-cut release tag isn't yet visible in the GitHub releases API (eventual consistency), fall back to the newest indexed tag as the predecessor instead of exiting 1 silently. The listReleases response is sorted newest-first, so tags[0] is the previous standard release. Also added a guard for an empty tag list. allSettled on issue fetch (#3): switched fetchIssueInfos from Promise.all to Promise.allSettled so a single transient 5xx on an issue lookup can no longer drop the entire QA section. Failed entries are treated the same as notFound — qa.ts already ignores both. Closing-refs page size (#2): bumped first: 50 to first: 100 in closingIssuesReferences. PRs with >100 closing refs still emit the hasNextPage stderr warning but the cap is now generous enough that no real PR will hit it. Squash-merge silent failure (#4): if extractPRNumbers returns zero for a non-empty commit list, emit an explicit stderr warning naming the likely cause (merge strategy change on `main`). Keeps the failure mode visible if dotCMS ever moves off squash-merge. GraphQL alias safety (#5): added a Number.isInteger guard in the alias builder. Type-system-wise nothing stopped a future caller from passing NaN or a negative integer; the guard enforces the trust boundary at fetchClosingIssueRefs rather than relying on the comment. Backtick escape in Slack output (#6): `escapeSlack` now replaces backticks with apostrophes so PR titles like "bump deps to `v1.2.3`" don't render the version as monospace in Slack. Excluded blurb (#9): renderText excluded-section blurb now lists all four exclusion reasons (bot / dependency-bump / version-bump / release-machinery) so it matches what classifyExclusion actually returns. Tests: added cases for same-repo missing winning over coexistent externalRefs (#10) and for backtick replacement in Slack titles. 28/28 pass. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.