mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-02-06 02:51:32 +01:00
fix(changelog): fix spacing in breaking changes message
This commit is contained in:
parent
a98833777f
commit
285614d9c6
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue