mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2024-11-08 16:14:30 +00:00
fix(release-notes-assistant): remove extra newline on breaking bugs
This commit is contained in:
parent
0a74c95b2a
commit
4f7746427f
|
@ -175,7 +175,7 @@ function categorize() {
|
||||||
if $is_feature; then
|
if $is_feature; then
|
||||||
echo -n AA Breaking features
|
echo -n AA Breaking features
|
||||||
elif $is_bug; then
|
elif $is_bug; then
|
||||||
echo AB Breaking bug fixes
|
echo -n AB Breaking bug fixes
|
||||||
else
|
else
|
||||||
echo -n ZC Breaking changes without a feature or bug label
|
echo -n ZC Breaking changes without a feature or bug label
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in a new issue