Skip to content

Commit bf47a79

Browse files
Update release doc to clarify associating commits without integration (#7799)
* Update release doc to clarify associating commits without integration * style(lint): Auto commit lint changes * Apply suggestions from code review copyedits --------- Co-authored-by: getsantry[bot] <66042841+getsantry[bot]@users.noreply.github.com>
1 parent 446588e commit bf47a79

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/docs/product/cli/releases.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,9 +60,9 @@ VERSION=`sentry-cli releases propose-version`
6060

6161
## Commit Integration {#sentry-cli-commit-integration}
6262

63-
If you have [repositories configured](/product/releases/setup/release-automation/) within your Sentry organization you can associate commits with your release.
63+
If you have [repositories configured](/product/releases/setup/release-automation/) within your Sentry organization, you can associate commits with your release automatically or manually. If you don't have a source code integration installed, you can still send Sentry commit information. See [Alternatively: Without a Repository Integration](#alternatively-without-a-repository-integration) to associate commits using the git tree of your local repo.
6464

65-
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:
65+
To integrate commits automatically, you need to deploy from a git repository that sentry-cli can discover from your current working directory and set commits with the `--auto` flag:
6666

6767
```bash
6868
sentry-cli releases set-commits "$VERSION" --auto

0 commit comments

Comments
 (0)