Skip to content

Commit e381e51

Browse files
authored
Bring breaking change detector back (#247)
1 parent 633dd5b commit e381e51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ buf-lint:
7272

7373
buf-breaking:
7474
@printf $(COLOR) "Run buf breaking changes check against master branch..."
75-
# @(cd $(PROTO_ROOT) && buf breaking --against '.git#branch=master')
75+
@(cd $(PROTO_ROOT) && buf breaking --against '.git#branch=master')
7676

7777
##### Clean #####
7878
clean:

0 commit comments

Comments
 (0)