Open
Description
Problem Statement
When using git submodules you cannot use the CLI to add commits in the submodules to a release.
We use submodules for tenant specific code, which in the end is part of the entire application, so by missing out on those commits, we miss out on the features related to said commits.
The API also doesn't support incrementally adding commits to a release, it only allows overwriting.
Solution Brainstorm
Allow sentry-cli to parse commits within submodules and attach them to the release as well.
Product Area
APIs
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
Waiting for: Product Owner