fix(changelog): display scope in breaking change messages

master
Marc Cornellà 5 years ago
parent 6b57839292
commit 86f805280f
  1. 2
      tools/changelog.sh

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

Loading…
Cancel
Save