Skip to content

Commit 6e1a484

Browse files
committed
mention log
1 parent 48e48c3 commit 6e1a484

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/check.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -595,7 +595,8 @@ jobs:
595595
{
596596
echo 'BREAKING_CHANGES_SECTION<<EOF'
597597
echo "# 💥 Breaking changes detected !!""
598-
echo "either this PR or a previous PR not released yet introduced breaking changes, be careful when merging."
598+
echo "Either this PR or a previous PR not released yet introduced breaking changes, be careful when merging."
599+
echo "You can find the details in the `client java@17` CI job."
599600
echo 'EOF'
600601
} >> "$GITHUB_OUTPUT"
601602

0 commit comments

Comments
 (0)