We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5006037 commit e15e362Copy full SHA for e15e362
tools/src/test/proto/test.sh
@@ -77,8 +77,8 @@ function schema-breaking-version () {
77
--error-format "$LOG_FORMAT"
78
}
79
80
- # compare '1.6' '1.5' # <-- possible breaks are acknowledged
81
- # compare '1.5' '1.4' # <-- possible breaks are acknowledged
+ compare '1.6' '1.5' || echo "possible breaks are acknowledged for this specific version only"
+ compare '1.5' '1.4' || echo "possible breaks are acknowledged for this specific version only"
82
compare '1.4' '1.3'
83
84
echo '>> OK.' >&2
0 commit comments