Compare commits

...

1 Commits

Author SHA1 Message Date
Nikhil Sonti
f145c4ff9a fix(cli): move install instructions below What's Changed in release notes
The installer block was appearing above the changelog. Reorder so
What's Changed comes first and install instructions follow.
2026-03-26 18:15:46 -07:00

View File

@@ -101,7 +101,9 @@ jobs:
fi
fi
cat > /tmp/release-notes.md <<'EOF'
cat "$CHANGELOG_FILE" > /tmp/release-notes.md
cat >> /tmp/release-notes.md <<'EOF'
## Install `browseros-cli`
### macOS / Linux
@@ -118,9 +120,6 @@ jobs:
After install, run `browseros-cli init` to point the CLI at your BrowserOS MCP server.
EOF
echo "" >> /tmp/release-notes.md
cat "$CHANGELOG_FILE" >> /tmp/release-notes.md
working-directory: ${{ github.workspace }}
- name: Create tag and release