mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-08-14 08:58:44 +02:00
fix(changelog): display scope in breaking change messages
This commit is contained in:
@ -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
|
||||
}
|
||||
|
Reference in New Issue
Block a user