0
0
Fork 0
mirror of https://github.com/ohmyzsh/ohmyzsh.git synced 2024-09-19 04:01:21 +02:00

fix(changelog): display scope in breaking change messages

This commit is contained in:
Marc Cornellà 2021-01-05 19:17:27 +01:00
parent 6b57839292
commit 86f805280f

View file

@ -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
}