Commit c67407e
Fix missing data in release comments (#3583)
The release notification comments were missing package data because
backticks in the body text (e.g., `@electric-sql/client@1.2.8`) were
being interpreted by the shell as command substitution. This caused the
package names to be replaced with empty strings.
Fix by using gh's --body-file - flag to pass the body via stdin,
avoiding shell interpretation entirely.
Fixes comments like
#3547 (comment)
Co-authored-by: Claude <noreply@anthropic.com>1 parent 46ecf6d commit c67407e
1 file changed
+12
-8
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
198 | 198 | | |
199 | 199 | | |
200 | 200 | | |
201 | | - | |
202 | | - | |
203 | | - | |
204 | | - | |
| 201 | + | |
| 202 | + | |
| 203 | + | |
| 204 | + | |
| 205 | + | |
| 206 | + | |
205 | 207 | | |
206 | 208 | | |
207 | 209 | | |
| |||
270 | 272 | | |
271 | 273 | | |
272 | 274 | | |
273 | | - | |
274 | | - | |
275 | | - | |
276 | | - | |
| 275 | + | |
| 276 | + | |
| 277 | + | |
| 278 | + | |
| 279 | + | |
| 280 | + | |
277 | 281 | | |
278 | 282 | | |
279 | 283 | | |
| |||
0 commit comments