mirror of
https://github.com/browseros-ai/BrowserOS.git
synced 2026-05-13 15:46:22 +00:00
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:
7
.github/workflows/release-cli.yml
vendored
7
.github/workflows/release-cli.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user