Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion sdks/java/build-tools/beam-linkage-check.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,13 @@
# one branch and another.

# Usage:
# /bin/bash sdks/java/build-tools/beam-linkage-check.sh origin/master <your branch>
# /bin/bash sdks/java/build-tools/beam-linkage-check.sh <baseline ref> <proposed ref>
#
# The <baseline ref> and <proposed ref> can be any valid git reference such as:
# - A remote branch: origin/master, upstream/main
# - A local branch: master, my-feature-branch
# - A commit SHA: abc123def
# - A tag: v2.50.0
#
# By default, this checks the Maven artifacts listed in ARTIFACTS variable below.
#
Expand Down
Loading