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.
1 parent 48e48c3 commit 6e1a484Copy full SHA for 6e1a484
.github/workflows/check.yml
@@ -595,7 +595,8 @@ jobs:
595
{
596
echo 'BREAKING_CHANGES_SECTION<<EOF'
597
echo "# 💥 Breaking changes detected !!""
598
- echo "either this PR or a previous PR not released yet introduced breaking changes, be careful when merging."
+ 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."
600
echo 'EOF'
601
} >> "$GITHUB_OUTPUT"
602
0 commit comments