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 20ce522 commit b6e1e8bCopy full SHA for b6e1e8b
tools/releaser/scripts/setghenv.sh
@@ -34,7 +34,7 @@ if [ "$SDK_MINOR_VERSION" = "0" ] && [ "$SDK_PATCH_VERSION" = "0" ]; then
34
fi
35
else
36
# For minor versions, include non-breaking changes directly
37
- if [ -n "$NON_BREAKING_CHANGES" ]; then
+ if [ -n "${NON_BREAKING_CHANGES:-}" ]; then
38
echo "Adding non-breaking changes to release notes"
39
RELEASE_NOTES=$(echo -e "${RELEASE_NOTES}\n\n## Changes\n${NON_BREAKING_CHANGES}")
40
0 commit comments