Skip to content

Commit 2261f72

Browse files
tablackburnclaude
andcommitted
ci(release): include manifest path in the ReleaseNotes-write failure warning
Addresses the #32 review nit: the catch warning now names the built manifest (like the missing-path warning) so logs identify which file failed to update. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent fe47566 commit 2261f72

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.psake.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ Task -Name 'UpdateReleaseNotes' -Depends 'Build' -Description 'Set built manifes
9393
catch {
9494
# Keep publishing unblocked: a failure here just leaves the manifest's existing
9595
# ReleaseNotes in place rather than aborting the release.
96-
Write-Warning "Failed to set ReleaseNotes on the built manifest ($($_.Exception.Message)); leaving it unchanged."
96+
Write-Warning "Failed to set ReleaseNotes on the built manifest '$builtManifest' ($($_.Exception.Message)); leaving it unchanged."
9797
}
9898
}
9999

0 commit comments

Comments
 (0)