-
{{ range $commit := .Commits }}
-
{{$commit.Owner}} / {{$commit.Name}} {{ if $commit.PullRequest }}
opened pull request # {{$commit.PullRequest}}
{{ else }}commit {{$commit.HashShort}} to {{$commit.Branch}} branch
{{ end }}
{{ end }}