Skip to content

Commit ad3cf8c

Browse files
committed
add note re: additional required scope
1 parent b388bf8 commit ad3cf8c

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

src/collections/_documentation/cli/releases.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,14 @@ Then the UI will reflect the time it took for the release to be created. You can
4646

4747
## Commit Integration {#sentry-cli-commit-integration}
4848

49+
{% capture __alert_content -%}
50+
In order to associate commits with a release, you'll need an auth token with `org:read` scope in addition to `project:releases` scope.
51+
{%- endcapture -%}
52+
{%- include components/alert.html
53+
title="Note"
54+
content=__alert_content
55+
%}
56+
4957
If you have [repositories configured]({%- link _documentation/workflow/releases.md -%}#link-repository) within your Sentry organization you can associate commits with your release. This currently only works if you are using GitHub, but we are going to expand this later.
5058

5159
There are two modes in which you can use this. One is the fully automatic mode. If you are deploying from a git repository and sentry-cli can discover the git repository from the current working directory you can set the commits with the `--auto` flag:

0 commit comments

Comments
 (0)