Commit e08b39e
fix(changelog): escape glob in @agent-relay/* to satisfy prettier (#1197)
* fix(changelog): escape glob in @agent-relay/* to satisfy prettier
The v9.1.0 release entry tripped the prettier format:check CI gate
because the unescaped `*` is parsed as markdown emphasis.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
* fix(changelog): wrap @agent-relay/* glob in backticks
Inline code is cleaner than backslash-escaping the asterisk and also
satisfies prettier's markdown emphasis check.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
---------
Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>1 parent 39b604c commit e08b39e
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
86 | 86 | | |
87 | 87 | | |
88 | 88 | | |
89 | | - | |
| 89 | + | |
90 | 90 | | |
91 | 91 | | |
92 | 92 | | |
| |||
0 commit comments