enable bc-checking against master

This commit is contained in:
Loren Norman 2020-11-17 11:36:36 -05:00
parent 3a2091f8d6
commit b054efd986

View file

@ -78,7 +78,7 @@ deps: $(BUF)
.PHONY: local
local: $(BUF)
buf check lint
# buf check breaking --against '.git#branch=master'
buf check breaking --against '.git#branch=master'
# https is what we run when testing in most CI providers.
# This does breaking change detection against our remote HTTPS git repository.