Skip to content

Commit 50b02bc

Browse files
committed
fix: Remove escaped backticks in release.md code blocks
1 parent f750e09 commit 50b02bc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.claude/commands/release.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,9 +99,9 @@ gh release create vX.Y.Z \
9999
- 🔒 [Important fix]
100100
101101
## Installation
102-
\`\`\`bash
102+
```bash
103103
pip install mcp-nixos==X.Y.Z
104-
\`\`\`
104+
```
105105
106106
See [RELEASE_NOTES.md](https://github.com/utensils/mcp-nixos/blob/main/RELEASE_NOTES.md) for details."
107107
```

0 commit comments

Comments
 (0)