-
-
Notifications
You must be signed in to change notification settings - Fork 4.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Allow filtering previous release commits based on env #32618
Comments
We are having almost the similar issue. We are also using multiple environments. But our logic is to use We were really thinking that the commit history SHOULD BE calculated from the previous Currently it is not working as expected, even though the README is saying the opposite: https://docs.sentry.io/product/cli/releases/#finalizing-releases
|
This issue has gone three weeks without activity. In another week, I will close it. But! If you comment or otherwise update it, I will reset the clock, and if you label it "A weed is but an unloved flower." ― Ella Wheeler Wilcox 🥀 |
I found a workaround for this issue
|
Problem Statement
Quoting @billyvg:
It's indeed not possible to do that, due to https://github.com/getsentry/sentry/blob/master/src/sentry/api/endpoints/organization_release_previous_commits.py not having this capability. I tried to dig into this, but I don't know the structure well enough to tackle this right now.
I already implemented this on the CLI side, just need the endpoint to return back correct data.
ref: getsentry/sentry-cli#1076
ref: getsentry/action-release#54
sentry-cli implementation: getsentry/sentry-cli#1145
Solution Brainstorm
No response
The text was updated successfully, but these errors were encountered: