diff --git a/internal/pipe/changelog/changelog_test.go b/internal/pipe/changelog/changelog_test.go index 3f55f4e08..ce6492c07 100644 --- a/internal/pipe/changelog/changelog_test.go +++ b/internal/pipe/changelog/changelog_test.go @@ -764,6 +764,7 @@ func TestChangelogFormat(t *testing.T) { ) require.NoError(t, err) require.Equal(t, `## Changelog + ### catch-all * aea123 foo * aef653 bar`, out)