Merge pull request 'fix(release-notes-assistant): remove extra newline on breaking bugs' (#4683) from earl-warren/forgejo:wip-rna-preview into forgejo

Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/4683
Reviewed-by: twenty-panda <twenty-panda@noreply.codeberg.org>
This commit is contained in:
Earl Warren 2024-07-25 07:32:51 +00:00
commit 783fa3e108

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