Skip to content

Commit 8cb3168

Browse files
committed
fix: Remove escaped backticks in release.md code blocks
1 parent 9fd5983 commit 8cb3168

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.claude/commands/release.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ Brief description of the release focus (1-2 sentences).
108108

109109
## Installation
110110

111-
\`\`\`bash
111+
```bash
112112
# Install with pip
113113
pip install mcp-nixos==X.Y.Z
114114

@@ -117,17 +117,17 @@ uv pip install mcp-nixos==X.Y.Z
117117

118118
# Install with uvx
119119
uvx mcp-nixos==X.Y.Z
120-
\`\`\`
120+
```
121121

122122
## Docker Images
123123

124-
\`\`\`bash
124+
```bash
125125
# Pull from Docker Hub
126126
docker pull utensils/mcp-nixos:X.Y.Z
127127

128128
# Pull from GitHub Container Registry
129129
docker pull ghcr.io/utensils/mcp-nixos:X.Y.Z
130-
\`\`\`
130+
```
131131

132132
## Migration Notes
133133

@@ -184,18 +184,18 @@ Brief description of the release.
184184
185185
## Installation
186186
187-
\`\`\`bash
187+
```bash
188188
pip install mcp-nixos==X.Y.Z
189189
# or
190190
uv pip install mcp-nixos==X.Y.Z
191-
\`\`\`
191+
```
192192
193193
## Docker Images
194194
195-
\`\`\`bash
195+
```bash
196196
docker pull utensils/mcp-nixos:X.Y.Z
197197
docker pull ghcr.io/utensils/mcp-nixos:X.Y.Z
198-
\`\`\`
198+
```
199199
200200
See [RELEASE_NOTES.md](https://github.com/utensils/mcp-nixos/blob/main/RELEASE_NOTES.md) for full details."
201201
```

0 commit comments

Comments
 (0)