Commit fe47566
ci(release): make UpdateReleaseNotes manifest write non-fatal
Backports the guard added during the PlexAutomationToolkit rollout review: the
task is documented as non-fatal, but the final Update-ModuleManifest
-ErrorAction Stop was unguarded, so a failure (e.g. missing built manifest)
would hard-fail Publish. Add a Test-Path check for the built manifest and wrap
the update in try/catch that warns and leaves the existing ReleaseNotes in
place, keeping the release unblocked as intended.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent 641a1e6 commit fe47566
1 file changed
Lines changed: 13 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
82 | 82 | | |
83 | 83 | | |
84 | 84 | | |
85 | | - | |
86 | | - | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
87 | 98 | | |
88 | 99 | | |
89 | 100 | | |
| |||
0 commit comments