Make release installation notes deployment-neutral
Some checks failed
Build and Test / Secret Scan (push) Waiting to run
Build and Test / Frontend & Backend (push) Waiting to run
Core E2E Tests / Playwright Core E2E (push) Waiting to run
Helm CI / Lint and Render Chart (push) Has been cancelled

This commit is contained in:
rcourtman 2026-03-25 15:08:02 +00:00
parent 4c21d06005
commit 24e15a4bea

View file

@ -362,15 +362,9 @@ jobs:
echo ""
echo "## Installation"
echo ""
echo "**Docker (recommended):**"
echo '```bash'
echo "docker pull rcourtman/pulse:${VERSION}"
echo '```'
echo "If you run Pulse via Docker or Compose, update to \`rcourtman/pulse:${VERSION}\`."
echo ""
echo "**Docker Compose:**"
echo "Update your \`docker-compose.yml\` to use \`rcourtman/pulse:${VERSION}\`"
echo ""
echo "See the [Installation Guide](https://github.com/rcourtman/Pulse#installation) for complete setup instructions."
echo "See the [Installation Guide](https://github.com/rcourtman/Pulse#installation) for other deployment methods."
} >> "$NOTES_FILE"
echo "notes_file=${NOTES_FILE}" >> $GITHUB_OUTPUT