Skip to content

Commit e1ef9e4

Browse files
committed
chore: Update apidiff.sh script description
1 parent d629d4a commit e1ef9e4

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

hack/apidiff.sh

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,9 @@
1414
# See the License for the specific language governing permissions and
1515
# limitations under the License.
1616

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.
17+
# This script analyzes API changes between specified revisions this repository.
18+
# It uses the apidiff tool to detect differences, reports incompatible changes, and optionally
19+
# builds downstream projects to assess the impact of those changes.
2120

2221
usage () {
2322
cat <<EOF >&2

0 commit comments

Comments
 (0)