You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
+
49
57
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.
50
58
51
59
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