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.
2 parents d629d4a + e1ef9e4 commit f073d64Copy full SHA for f073d64
hack/apidiff.sh
@@ -14,10 +14,9 @@
14
# See the License for the specific language governing permissions and
15
# limitations under the License.
16
17
-# This script checks the coding style for the Go language files using
18
-# golangci-lint. Which checks are enabled depends on command line flags. The
19
-# default is a minimal set of checks that all existing code passes without
20
-# 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.
21
22
usage () {
23
cat <<EOF >&2
0 commit comments