Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
adam.huang
Ohmyzsh
Commits
3d51d630
Commit
3d51d630
authored
Jan 10, 2021
by
Marc Cornellà
Browse files
fix(changelog): fix spacing in breaking changes message
parent
3635d7cf
Changes
1
Hide whitespace changes
Inline
Side-by-side
tools/changelog.sh
View file @
3d51d630
...
...
@@ -286,7 +286,7 @@ function display-release {
local hash
subject
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
echo
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment