Skip to content

Commit a5de284

Browse files
authored
chore: better versioning script (#43)
1 parent 6a34610 commit a5de284

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/version-packages.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,4 +44,4 @@ echo "semver bin: $SEMVER_BIN"
4444
done
4545

4646
# Print JSON output
47-
echo "{\"old_version\":\"$OLD_VERSION\", \"new_version\":\"$NEW_VERSION\"}"
47+
echo -n "{\"old_version\":\"$OLD_VERSION\", \"new_version\":\"$NEW_VERSION\"}"

0 commit comments

Comments
 (0)