Commit 3ca3e61
fix(ci): use CUE raw multi-line strings in release generator (#25228)
Fragment descriptions are embedded into CUE via `"""..."""`, where
backslashes are still interpreted as escape sequences. A fragment
containing e.g. a shell line continuation (`\<newline>`) produces
invalid CUE and breaks `cue export`, which is then used by the next
`cargo vdev release prepare` invocation.
Switch to raw multi-line strings (`#"""..."""#`) so backslashes are
literal and no escaping is needed on the description content.
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent 0f7574a commit 3ca3e61
1 file changed
Lines changed: 5 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
217 | 217 | | |
218 | 218 | | |
219 | 219 | | |
| 220 | + | |
| 221 | + | |
| 222 | + | |
220 | 223 | | |
221 | 224 | | |
222 | | - | |
| 225 | + | |
223 | 226 | | |
224 | | - | |
| 227 | + | |
225 | 228 | | |
226 | 229 | | |
227 | 230 | | |
| |||
0 commit comments