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
Describe the bug
When checking for API breaking changes in a project with no tags, this error is raised: subprocess.CalledProcessError: Command '['git', 'describe', '--tags', '--abbrev=0']' returned non-zero exit status 128..
Expected behavior
We should handle the error, and maybe pick up last commit instead?
The text was updated successfully, but these errors were encountered:
Describe the bug
When checking for API breaking changes in a project with no tags, this error is raised:
subprocess.CalledProcessError: Command '['git', 'describe', '--tags', '--abbrev=0']' returned non-zero exit status 128.
.Expected behavior
We should handle the error, and maybe pick up last commit instead?
The text was updated successfully, but these errors were encountered: