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
86f80528
Commit
86f80528
authored
Jan 05, 2021
by
Marc Cornellà
Browse files
fix(changelog): display scope in breaking change messages
parent
6b578392
Changes
1
Show whitespace changes
Inline
Side-by-side
tools/changelog.sh
View file @
86f80528
...
...
@@ -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
}
...
...
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