Add newline after title

This commit is contained in:
Andrew Thornton 2020-02-15 20:27:13 +00:00
parent 068df6d865
commit 4e2cdecd7b
No known key found for this signature in database
GPG Key ID: 3CDE74631F13A748
1 changed files with 1 additions and 0 deletions

View File

@ -51,6 +51,7 @@ func runGenerate(cmd *cli.Context) error {
processPRs(prs, cfg.SkipRegex)
fmt.Println(title)
fmt.Println()
for _, g := range cfg.Groups {
if len(entries[g.Name]) == 0 {
continue