We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a34610 commit a5de284Copy full SHA for a5de284
scripts/version-packages.sh
@@ -44,4 +44,4 @@ echo "semver bin: $SEMVER_BIN"
44
done
45
46
# Print JSON output
47
-echo "{\"old_version\":\"$OLD_VERSION\", \"new_version\":\"$NEW_VERSION\"}"
+echo -n "{\"old_version\":\"$OLD_VERSION\", \"new_version\":\"$NEW_VERSION\"}"
0 commit comments