fix(release-notes-assistant): remove extra newline on breaking bugs

This commit is contained in:
Earl Warren 2024-07-25 08:26:03 +02:00
parent 0a74c95b2a
commit 4f7746427f
No known key found for this signature in database
GPG key ID: 0579CB2928A78A00

View file

@ -175,7 +175,7 @@ function categorize() {
if $is_feature; then
echo -n AA Breaking features
elif $is_bug; then
echo AB Breaking bug fixes
echo -n AB Breaking bug fixes
else
echo -n ZC Breaking changes without a feature or bug label
fi