---
title: "Automatic Release Management"
description: "Learn how Sentry release management can be automated using any continuous integration and delivery (CI/CD) platform or automation server."
url: https://docs.sentry.io/product/releases/setup/release-automation/
---

# Automatic Release Management

Sentry release management can be automated using any continuous integration and delivery (CI/CD) platform or automation server.

## [Install a Repository Integration](https://docs.sentry.io/product/releases/setup/release-automation.md#install-a-repository-integration)

Notifying Sentry of a release and providing commit metadata can be done most easily using one of our repository integrations. We also support a [manual process](https://docs.sentry.io/product/releases/associate-commits.md) for sending us your commit data if you either don’t want Sentry to connect to your repository or you’re using an unsupported repository provider or VCS.

##### Required Permissions

To set up or configure an integration, you need to be an Owner, Manager, or Admin of your Sentry organization. Learn more about [roles in Sentry](https://docs.sentry.io/organization/membership.md).

If you’re linking a GitHub repository, you must have Admin or Owner permissions for the repository, and Sentry must be an authorized GitHub app in your [GitHub account settings](https://github.com/settings/applications).

1. Install the applicable integration. The available integrations are listed under your **Organization Settings > Integrations**.

2. Click the "Configure" button next to your instance.

3. In the **Repositories** panel, click "Add Repository" to add any repositories from which you'd like to track commits. The integration will then send Sentry metadata (such as authors and files changed) about each commit pushed to those repositories.

If you’re having trouble adding the integration, [disconnect](https://sentry.io/account/settings/identities/) then [reconnect](https://sentry.io/account/settings/social/associate/github/) your GitHub identity.

* #### [Bitbucket Pipelines](https://docs.sentry.io/product/releases/setup/release-automation/bitbucket-pipelines.md)

  Learn how Sentry and Bitbucket Pipelines automate release management and help identify suspect commits.

* #### [CircleCI](https://docs.sentry.io/product/releases/setup/release-automation/circleci.md)

  Learn how Sentry and CircleCI automate release management and help identify suspect commits.

* #### [GitHub Actions](https://docs.sentry.io/product/releases/setup/release-automation/github-actions.md)

  Learn how Sentry and GitHub Actions automate release management, upload source maps and help identify suspect commits.

* #### [Jenkins](https://docs.sentry.io/product/releases/setup/release-automation/jenkins.md)

  Learn how Sentry and Jenkins automate release management and help identify suspect commits.

* #### [Netlify](https://docs.sentry.io/product/releases/setup/release-automation/netlify.md)

  Learn how Sentry and Netlify automate release management and help identify suspect commits.

* #### [Travis CI](https://docs.sentry.io/product/releases/setup/release-automation/travis-ci.md)

  Learn how Sentry and Travis CI automate release management and help identify suspect commits.

The list above includes all platforms currently supported to automate the release management. If your platform is not included, you must use the [manual process](https://docs.sentry.io/product/releases/associate-commits.md) to integrate release data.

## Pages in this section

- [Bitbucket Pipelines](https://docs.sentry.io/product/releases/setup/release-automation/bitbucket-pipelines.md)
- [CircleCI](https://docs.sentry.io/product/releases/setup/release-automation/circleci.md)
- [GitHub Actions](https://docs.sentry.io/product/releases/setup/release-automation/github-actions.md)
- [Jenkins](https://docs.sentry.io/product/releases/setup/release-automation/jenkins.md)
- [Netlify](https://docs.sentry.io/product/releases/setup/release-automation/netlify.md)
- [Travis CI](https://docs.sentry.io/product/releases/setup/release-automation/travis-ci.md)
