From e1ef9e40f57567aa4f91078c8fca4ad7a55b7d4a Mon Sep 17 00:00:00 2001 From: yongruilin Date: Mon, 16 Dec 2024 13:44:48 -0800 Subject: [PATCH] chore: Update apidiff.sh script description --- hack/apidiff.sh | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/hack/apidiff.sh b/hack/apidiff.sh index c49ca22bcdf..57b47614590 100755 --- a/hack/apidiff.sh +++ b/hack/apidiff.sh @@ -14,10 +14,9 @@ # See the License for the specific language governing permissions and # limitations under the License. -# This script checks the coding style for the Go language files using -# golangci-lint. Which checks are enabled depends on command line flags. The -# default is a minimal set of checks that all existing code passes without -# issues. +# This script analyzes API changes between specified revisions this repository. +# It uses the apidiff tool to detect differences, reports incompatible changes, and optionally +# builds downstream projects to assess the impact of those changes. usage () { cat <&2