Commit 86f80528 authored by Marc Cornellà's avatar Marc Cornellà
Browse files

fix(changelog): display scope in breaking change messages

parent 6b578392
......@@ -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
}
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment