fix(changelog): fix spacing in breaking changes message

master
Marc Cornellà 6 years ago
parent 3635d7cf7e
commit 3d51d63077
  1. 2
      tools/changelog.sh

@ -286,7 +286,7 @@ function display-release {
local hash subject local hash subject
for hash message in ${(kv)breaking}; do for hash message in ${(kv)breaking}; do
echo " - $(fmt:hash) $(fmt:scope) $(fmt:subject "${message}")" echo " - $(fmt:hash) $(fmt:scope)$(fmt:subject "${message}")"
done | sort done | sort
echo echo
} }

Loading…
Cancel
Save