Skip to content

Commit

Permalink
fix(template): change branch name in protobreaking from master to main (
Browse files Browse the repository at this point in the history
  • Loading branch information
danielzwink committed Jun 24, 2022
1 parent 568ac46 commit 3bba944
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _template/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ protolint: api/proto/buf.lock bin/protoc-gen-buf-lint ## Lints your protobuf fil
bin/buf lint

protobreaking: api/proto/buf.lock bin/protoc-gen-buf-breaking ## Compares your current protobuf with the version on master to find breaking changes
bin/buf breaking --against '.git#branch=master'
bin/buf breaking --against '.git#branch=main'

generate: ## Generates code from protobuf files
generate: {{if .Extensions.grpc.grpcGateway}}bin/protoc-gen-grpc-gateway bin/protoc-gen-openapiv2{{end}} api/proto/buf.lock bin/protoc-gen-go bin/protoc-gen-go-grpc bin/protoc-gen-validate
Expand Down

0 comments on commit 3bba944

Please sign in to comment.