mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2024-11-08 18:04:14 +01:00
fix(release-notes-assistant): remove extra newline on breaking bugs
This commit is contained in:
parent
0a74c95b2a
commit
4f7746427f
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue