Skip to content

Commit

Permalink
style(lint): Auto commit lint changes
Browse files Browse the repository at this point in the history
  • Loading branch information
getsantry[bot] authored Sep 19, 2023
1 parent abca4c1 commit 0b9152f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/docs/product/cli/releases.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -70,10 +70,10 @@ sentry-cli releases set-commits "$VERSION" --auto

In case you are deploying without access to the git repository, you can manually specify the commits instead. To do this, pass the `--commit` parameter to the `set-commits` command in the format `REPO_NAME@REVISION`. You can repeat this for as many repositories as you have:


```bash {tabTitle:bash (one repo)}
sentry-cli releases set-commits "$VERSION" --commit "my-repo@deadbeef"
```

```bash {tabTitle:bash (many repos)}
sentry-cli releases set-commits "$VERSION" --commit "my-repo@deadbeef" --commit "my-repo@deadbeef2" --commit "my-repo@deadbeef3"
```
Expand Down

0 comments on commit 0b9152f

Please sign in to comment.