Skip to content

Commit cd03cdf

Browse files
committed
build: only lint for WIRE_JSON level breaking protobuf changes
This updates our protobuf breaking changes detection to be aligned (but a bit more strict to catch breaking changes to JSON encoding) with what is done in core crossplane. See crossplane/crossplane@ed343d1 for more details. Signed-off-by: Jared Watts <[email protected]>
1 parent 2cae13d commit cd03cdf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apis/buf.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ version: v1
22
name: buf.build/crossplane/crossplane-runtime
33
breaking:
44
use:
5-
- FILE
5+
- WIRE_JSON
66
lint:
77
use:
88
- DEFAULT

0 commit comments

Comments
 (0)