Integrations
Connect ReleaseGlow with your development workflow
GitHub Integration
Automatically import commit messages from your GitHub repository when creating a new entry.
- Go to Settings → Integrations → GitHub
- Click "Connect GitHub"
- Authorize ReleaseGlow to access your repositories
- Select the repository to sync
- 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/..."
}
}