diff --git a/src/changelog.go b/src/changelog.go index ca9b796..01dcfb7 100644 --- a/src/changelog.go +++ b/src/changelog.go @@ -49,9 +49,6 @@ func GenerateChangelog(c *gitea.Client, owner string, repo string, lastRelease * } else if len(pr.Labels) == 0 { githubactions.Warningf("PR #%d doesn't have any labels", pr.ID) } - if addedToChangelog { - break - } } } }