Skip to content

Commit

Permalink
fix: Body should be set (#77)
Browse files Browse the repository at this point in the history
  • Loading branch information
gabyx authored Feb 1, 2022
1 parent bcac8eb commit c13923b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions 3_transformer.go
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,7 @@ func Transform(g *client.GitClient, splices []*ExtractSplice) ([]*TemplateContex
c.Field = Message{
raw: commit.Message,
Title: header.Subject,
Body: msg.ParseBody(),
Header: &header,
}

Expand Down

0 comments on commit c13923b

Please sign in to comment.