fix(cli): move install instructions below What's Changed in release notes (#591)

The installer block was appearing above the changelog. Reorder so
What's Changed comes first and install instructions follow.
This commit is contained in:
Nikhil
2026-03-26 18:16:23 -07:00
committed by GitHub
parent 883bcc9670
commit b7462aa042

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