Merge pull request #129241 from yongruilin/apidiff-comment

chore: Update apidiff.sh script description
This commit is contained in:
Kubernetes Prow Robot 2024-12-16 23:56:51 +01:00 committed by GitHub
commit f073d64829
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -14,10 +14,9 @@
# See the License for the specific language governing permissions and # See the License for the specific language governing permissions and
# limitations under the License. # limitations under the License.
# This script checks the coding style for the Go language files using # This script analyzes API changes between specified revisions this repository.
# golangci-lint. Which checks are enabled depends on command line flags. The # It uses the apidiff tool to detect differences, reports incompatible changes, and optionally
# default is a minimal set of checks that all existing code passes without # builds downstream projects to assess the impact of those changes.
# issues.
usage () { usage () {
cat <<EOF >&2 cat <<EOF >&2