You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: replace heredocs with echo statements in cli-release workflow
The YAML parser (used by knip and potentially stricter GitHub
Actions validation) was failing to parse heredocs that started
at column 1 within multiline run scripts.
Replace:
- Wrapper script heredoc with printf statements
- Release notes heredoc with echo statements to a temp file
Co-Authored-By: Claude Opus 4.5 <[email protected]>
curl -fsSL https://raw.githubusercontent.com/RooCodeInc/Roo-Code/main/apps/cli/install.sh | sh
326
-
\`\`\`
327
-
328
-
Or install a specific version:
329
-
\`\`\`bash
330
-
ROO_VERSION=$VERSION curl -fsSL https://raw.githubusercontent.com/RooCodeInc/Roo-Code/main/apps/cli/install.sh | sh
331
-
\`\`\`
332
-
333
-
## Requirements
334
-
335
-
- Node.js 20 or higher
336
-
- macOS (Intel or Apple Silicon) or Linux x64
337
-
338
-
## Usage
339
-
340
-
\`\`\`bash
341
-
# Run a task
342
-
roo "What is this project?"
343
-
344
-
# See all options
345
-
roo --help
346
-
\`\`\`
347
-
348
-
## Platform Support
349
-
350
-
This release includes binaries for:
351
-
- \`roo-cli-darwin-arm64.tar.gz\` - macOS Apple Silicon (M1/M2/M3)
0 commit comments