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
When using set-commits as follows: sentry-cli releases set-commits "2.0" --commit "myRepo@be70b3b..25331bb", it looks like everything is working (no error or warning). However, because the provided commit SHAs aren't the full ones, it doesn't actually work. Hence, it would be great to output an error when the provided commit SHAs aren't the full ones.
Note: the docs mention that the full SHA is needed, but that's easy to miss.
The text was updated successfully, but these errors were encountered:
When using set-commits as follows:
sentry-cli releases set-commits "2.0" --commit "myRepo@be70b3b..25331bb"
, it looks like everything is working (no error or warning). However, because the provided commit SHAs aren't the full ones, it doesn't actually work. Hence, it would be great to output an error when the provided commit SHAs aren't the full ones.Note: the docs mention that the full SHA is needed, but that's easy to miss.
The text was updated successfully, but these errors were encountered: