.chglog/CHANGELOG.tpl.md aktualisiert
All checks were successful
Build Changelog and Release / release (push) Successful in 6s
All checks were successful
Build Changelog and Release / release (push) Successful in 6s
This commit is contained in:
@@ -8,7 +8,7 @@
|
|||||||
#### {{ .Title }}
|
#### {{ .Title }}
|
||||||
{{ range .Commits }}
|
{{ range .Commits }}
|
||||||
- {{ if .Scope }}**{{ .Scope }}:** {{ end }}{{ .Subject }}
|
- {{ if .Scope }}**{{ .Scope }}:** {{ end }}{{ .Subject }}
|
||||||
[`{{ slice .Hash 0 7 }}`]({{ $.Info.RepositoryURL }}/commit/{{ .Hash }}) by @{{ .Author.Name }}
|
[`{{ printf "%s" .Hash | slice 0 7 }}`]({{ $.Info.RepositoryURL }}/commit/{{ .Hash }}) by @{{ .Author.Name }}
|
||||||
{{ end }}
|
{{ end }}
|
||||||
{{ end }}
|
{{ end }}
|
||||||
{{ end }}
|
{{ end }}
|
||||||
@@ -17,7 +17,7 @@
|
|||||||
### Pull Requests
|
### Pull Requests
|
||||||
{{ range .MergeCommits }}
|
{{ range .MergeCommits }}
|
||||||
- {{ .Header }}
|
- {{ .Header }}
|
||||||
[`{{ slice .Hash 0 7 }}`]({{ $.Info.RepositoryURL }}/commit/{{ .Hash }}) by @{{ .Author.Name }}
|
[`{{ printf "%s" .Hash | slice 0 7 }}`]({{ $.Info.RepositoryURL }}/commit/{{ .Hash }}) by @{{ .Author.Name }}
|
||||||
{{ end }}
|
{{ end }}
|
||||||
{{ end }}
|
{{ end }}
|
||||||
|
|
||||||
@@ -25,7 +25,7 @@
|
|||||||
### Reverts
|
### Reverts
|
||||||
{{ range .RevertCommits }}
|
{{ range .RevertCommits }}
|
||||||
- {{ .Revert.Header }}
|
- {{ .Revert.Header }}
|
||||||
[`{{ slice .Hash 0 7 }}`]({{ $.Info.RepositoryURL }}/commit/{{ .Hash }}) by @{{ .Author.Name }}
|
[`{{ printf "%s" .Hash | slice 0 7 }}`]({{ $.Info.RepositoryURL }}/commit/{{ .Hash }}) by @{{ .Author.Name }}
|
||||||
{{ end }}
|
{{ end }}
|
||||||
{{ end }}
|
{{ end }}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user