Integrations

Connect Releasy toyour whole ecosystem.

GitHub, GitLab, REST API, webhooks and 8 output formats to share your release notes wherever your team works.

GitHub
GitLab
Webhooks
API REST
Overview

From your git repositoriesto your destinations.

Releasy reads your sources in read-only mode and produces release notes tailored to each distribution channel.

Sources

GitHub
Read-only
GitLab
Read-only
Multi-repo supported

Releasy Engine

Contextual AI engine

Analyzed contextcommits · PRs · tags
Profilesdev · CSM · user
Formats8 formats

Destinations

Markdown / HTML
Slack mrkdwn
Confluence wiki
JSON / API
Read-only access — never writes
Outgoing webhooks available
Built-in REST API
Multi-repo: one release for N repos
Multi-repo

One release note for
multiple repositories.

Combine commits and PRs from all your repositories into a single unified release note, structured by component.

  • Merges commits and PRs from N repos within the same organization
  • Filter by repository, branch, or label for precise control
  • AI structuring by component or business domain
  • Perfect for mono-org or multi-repo teams

Source repositories

org / frontend
12 commits
org / backend
8 commits
org / mobile
5 commits
AI Merge
Unified release note v2.4.0 25 commits · 3 repos

✨ Frontend: dashboard improvements — 🐛 Backend: auth fix — 📱 Mobile: iOS 17 support

Git Sources

GitHub & GitLab,
read-only access.

Connect your repositories in seconds via OAuth. Releasy only reads the data it needs — never writes.

GitHub

Secure OAuth connection, read-only

Available
  • Sync commits, branches and tags
  • Read pull requests and their labels
  • Automatic GitHub release detection
  • Multi-repo organization support
  • Incoming webhook on push or tag
Read-only access — Releasy never modifies your repository

GitLab

Secure OAuth connection, read-only

Available
  • Sync commits, branches and tags
  • Read merge requests and their labels
  • Automatic GitLab release detection
  • Group and sub-group support
  • Incoming webhook on push or tag
Read-only access — Releasy never modifies your repository
REST API

Automate from
your CI/CD.

Trigger release note generation directly from your GitHub Actions, GitLab CI, or any other pipeline.

  • Secure API key authentication
  • On-demand generation trigger
  • Status polling or webhook callback
  • Retrieve output in any available format
Available from Starter plan
.github/workflows/release-notes.yml
on:
push:
tags: ['v*']
jobs:
release-notes:
runs-on: ubuntu-latest
steps:
- name: Generate with Releasy
run: |
curl -sf -X POST \
https://usereleasy.com/api/v1/releases/generate \
-H "Authorization: Bearer ${{ secrets.RELEASY_KEY }}" \
-H "Content-Type: application/json" \
-d '{"repo":"my-app","headRef":"main"}'
POST https://usereleasy.com/webhook
200 OK
Headers:
X-Releasy-Event: release.completed
X-Releasy-Signature: sha256=a3f2c1e...
Body:
{
"event": "release.completed",
"releaseId": "rel_8xK2...",
"repository": "my-org/my-app",
"status": "completed",
"outputs": 3,
"timestamp": "2025-04-08T..."
}
Webhooks

Connect your tools
to every release.

Receive an HTTP notification on your own services whenever a release is generated or fails.

release.startedSent when generation starts
release.completedSent when the release is ready
release.failedSent when generation fails
  • HMAC-SHA256 signature to validate authenticity
  • Automatic retry with exponential backoff
  • Works with any HTTPS URL
Available from Starter plan
Output formats

8 formats,
one content adapted to every channel.

From your public changelog to your internal wiki, each format is optimized for its context.

Markdown

Public changelog, GitHub PR

GitHub MD

GitHub PRs and Issues

Slack mrkdwn

Slack channels

Discord mrkdwn

Discord servers

Confluence wiki

Confluence pages

HTML

Websites, emails

Plain text

Universal plain text

JSON

CI/CD pipelines, API

Roadmap

Coming
integrations.

We continuously build new integrations. Vote to prioritize the next ones.

Git source
Project management
Distribution
Automation
Coming soon

Bitbucket

Git source

Connect your Bitbucket Cloud or Server repositories to automatically generate release notes.

Coming soon

Azure DevOps

Git source

Native support for Azure Repos and Azure DevOps Pipelines.

Coming soon

Jira

Project management

Link your Jira tickets to commits to automatically enrich your release notes.

Coming soon

Linear

Project management

Associate your Linear issues with releases for a structured history.

Coming soon

Notion

Distribution

Publish your release notes directly to a dedicated Notion page.

Coming soon

Slack direct

Distribution

Send your release notes to a Slack channel directly from Releasy.

Considering

ClickUp

Project management

ClickUp integration to link tasks and release notes.

Considering

Import from CSV / JIRA export

Automation

Import an existing history of tickets or releases to bootstrap your changelog.

Don't see your tool?

Suggest an integration or vote for the ones you're missing. We prioritize based on demand.

FAQ

Frequently asked questions
about integrations.

Everything you need to know about connecting Releasy to your ecosystem.

Ready to connect
your ecosystem?

Start for free and generate your first release notes in under a minute.

No credit card · Read-only access · Cancel anytime