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 creating a project with gRPC support, the command make protobreaking checks only against master branch.
Better would be checking against the current main branch and not hard-coded a specific branch.
How can we reproduce this?
Create a new project with gRPC support and run make protobreaking where no master branch exists.
gt version
0.4.0
Search
I did search for other open and closed issues before opening this.
Code of Conduct
I agree to follow this project's Code of Conduct
Additional context
No response
The text was updated successfully, but these errors were encountered:
What happened?
When creating a project with gRPC support, the command
make protobreaking
checks only againstmaster
branch.Better would be checking against the current main branch and not hard-coded a specific branch.
How can we reproduce this?
Create a new project with
gRPC
support and runmake protobreaking
where no master branch exists.gt version
Search
Code of Conduct
Additional context
No response
The text was updated successfully, but these errors were encountered: