Nx
Enterprise
Nx
Sign in / Sign up
Open main menu
Nx
GitHub
Overview
Runs
Analytics
Loading workspace stats
Loading workspace insights...
Statistics interval
7 days
30 days
Latest CI Pipeline Executions
Status
Fix filter
Filter
Fuzzy
Filter range
Sort by
Sort by
Start time
Sort ascending
Sort descending
Succeeded
35745
1dc83ad6 fix(release): match conventional-commit scopes against full release group For release groups with projectsRelationship: 'independent', only the single project being processed was passed to getCommitsRelevantToProjects, so the scope ambiguity check could not see sibling projects in the same group. Forward the full release group's projects separately so genuine intra-group ambiguity is still detected for independent groups, while cross-group collisions continue to fall through to file-affectedness. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
by Justin McL...
J
Failed
35745
Flaky task
→
cebcde92 fix(release): scope ambiguous-scope check to active release group's projects The conventional-commit scope ambiguity check in getCommitsRelevantToProjects fires unconditionally on the global project graph, blocking unrelated release groups whose tag-range includes a commit whose scope happens to substring-match multiple projects outside the active group. Filter the per-pattern match set to the active release group's projects before counting; in-group ambiguity still throws, cross-group matches fall through to the existing file-affectedness path. Also restrict scopedProjects to the active group so cross-group matches don't bleed into isProjectScopedCommit. Closes #35744
by Justin McL...
J
Previous page
Previous
Next
Next page