Your Hosted Changelog Page
Every ShipRelay project gets a hosted changelog page — a public, SEO-friendly URL where your users can browse all published releases.
Your page URL
https://shiprelay.io/[your-project-slug]The slug is set when you connect your repository (defaults to your repo name). You can change it from your repository settings.
What's on the page
- All published changelogs in reverse chronological order
- Version number, date, and grouped changes (Features / Fixes / Improvements)
- An email subscribe form for visitors to opt into update notifications
- An RSS feed link
Shareable permalinks
Each release has its own URL:
https://shiprelay.io/[slug]/v1.2.0Share these directly in Slack, email, or your README.
SEO
The page is server-side rendered with proper meta tags (title, description, Open Graph). Each release permalink has its own metadata.
"Powered by ShipRelay" badge
Free-tier pages display a small "Powered by ShipRelay" badge at the bottom. The badge links to the ShipRelay demo page. This badge is removed on Solo and Team plans.
RSS / Atom feed
Your page automatically includes an RSS feed at:
https://shiprelay.io/[slug]/feed.xmlSubscribers can add this to any RSS reader (Feedly, NewsBlur, etc.) to get notified of new releases. No configuration needed — it updates automatically when you publish.