Compare commits
22 Commits
Author | SHA1 | Date | |
---|---|---|---|
e4503e16ce
|
|||
8975dfb3bd
|
|||
c638820a65
|
|||
ee2bd3de87
|
|||
98999cc859
|
|||
6cec5b2a66
|
|||
30c5a7b55b
|
|||
a7b46d0fcb
|
|||
5c58554867
|
|||
accef71b49
|
|||
d2acb0cdca
|
|||
6c9c53486c
|
|||
4ee7634f95
|
|||
b2976e25cc
|
|||
608f88e0cd
|
|||
37da31ebda
|
|||
12d2bcc915
|
|||
d931a71620
|
|||
dddd1a5b20
|
|||
12e67e43b4
|
|||
a4a5f873f8
|
|||
1187f32185 |
@ -14,7 +14,7 @@
|
||||
### Reverts
|
||||
|
||||
{{ range .RevertCommits -}}
|
||||
* {{ .Revert.Header }} (`{{ .Hash.Short }}`)
|
||||
* {{ .Revert.Header }} ([{{ .Hash.Short }}]({{ $.Info.RepositoryURL }}/commit/{{ .Hash.Short }}))
|
||||
{{ end }}
|
||||
{{ end -}}
|
||||
|
||||
@ -22,7 +22,7 @@
|
||||
### Pull Requests
|
||||
|
||||
{{ range .MergeCommits -}}
|
||||
* {{ .Header }} (`{{ .Hash.Short }}`)
|
||||
* {{ .Header }} ([{{ .Hash.Short }}]({{ $.Info.RepositoryURL }}/commit/{{ .Hash.Short }}))
|
||||
{{ end }}
|
||||
{{ end -}}
|
||||
|
||||
|
Reference in New Issue
Block a user