Integrations

Connect ReleaseGlow with your development workflow

GitHub Integration

Automatically import commit messages from your GitHub repository when creating a new entry.

  1. Go to Settings → Integrations → GitHub
  2. Click "Connect GitHub"
  3. Authorize ReleaseGlow to access your repositories
  4. Select the repository to sync
  5. When creating an entry, click "Import from GitHub" to fetch recent commits

Webhooks

Send real-time notifications to external services when events occur (e.g., new entry published, announcement created).

{
  "event": "entry.published",
  "timestamp": "2025-02-18T10:30:00Z",
  "data": {
    "id": "entry_123",
    "title": "Dark Mode & Bug Fixes",
    "category": "new",
    "url": "https://releaseglow.com/changelog/..."
  }
}