mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-03 17:30:00 +00:00
Merge pull request #129241 from yongruilin/apidiff-comment
chore: Update apidiff.sh script description
This commit is contained in:
commit
f073d64829
@ -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 <<EOF >&2
|
||||
|
Loading…
Reference in New Issue
Block a user