We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 82de3f7 commit a278294Copy full SHA for a278294
1 file changed
.github/workflows/release-checks.yaml
@@ -87,7 +87,11 @@ jobs:
87
fi
88
}; done
89
if [[ "$FAIL" == "true" ]]; then
90
- echo "Add \"MAJOR_VERSION_ALLOWED=component1,component2\" to the PR description to allow "
+ echo "⚠️ IMPORTANT ⚠️ This check is meant to prevent the accidental release of new major versions. New "
91
+ echo "major versions should only be released intentionally. If you are not explicitly trying to release a "
92
+ echo "new major version and you don't have explicit approval from the Language Lead, "
93
+ echo "⚠️ DO NOT BYPASS THIS CHECK ⚠️"
94
+ echo -e "\nAdd \"MAJOR_VERSION_ALLOWED=component1,component2\" to the PR description to allow "
95
echo "major version releases for those components"
96
exit 1
97
0 commit comments