.chglog/CHANGELOG.tpl.md aktualisiert
All checks were successful
Build Changelog and Release / release (push) Successful in 7s
All checks were successful
Build Changelog and Release / release (push) Successful in 7s
This commit is contained in:
@@ -2,34 +2,34 @@
|
|||||||
<a name="{{ .Tag.Name }}"></a>
|
<a name="{{ .Tag.Name }}"></a>
|
||||||
## BlueMastoFeed {{ if .Tag.Previous }}[{{ .Tag.Name }}]({{ $.Info.RepositoryURL }}/compare/{{ .Tag.Previous.Name }}...{{ .Tag.Name }}){{ else }}{{ .Tag.Name }}{{ end }} - {{ datetime "2006-01-02" .Tag.Date }}
|
## BlueMastoFeed {{ if .Tag.Previous }}[{{ .Tag.Name }}]({{ $.Info.RepositoryURL }}/compare/{{ .Tag.Previous.Name }}...{{ .Tag.Name }}){{ else }}{{ .Tag.Name }}{{ end }} - {{ datetime "2006-01-02" .Tag.Date }}
|
||||||
|
|
||||||
{{ if .CommitGroups }}
|
{{- if .CommitGroups }}
|
||||||
### Changes
|
### Changes
|
||||||
{{ range .CommitGroups }}
|
{{ range .CommitGroups }}
|
||||||
#### {{ .Title }}
|
#### {{ .Title }}
|
||||||
{{ range .Commits }}
|
{{ range .Commits }}
|
||||||
- {{ if .Scope }}**{{ .Scope }}:** {{ end }}{{ .Subject }}
|
- {{ if .Scope }}**{{ .Scope }}:** {{ end }}{{ .Subject }}
|
||||||
{{- with .Hash }}[`{{ . | truncate 7 }}`]({{ $.Info.RepositoryURL }}/commit/{{ . }}){{ end }} by @{{ .Author.Name }}
|
[`{{ slice .Hash 0 7 }}`]({{ $.Info.RepositoryURL }}/commit/{{ .Hash }}) by @{{ .Author.Name }}
|
||||||
{{ end }}
|
{{ end }}
|
||||||
{{ end }}
|
{{ end }}
|
||||||
{{ end }}
|
{{ end }}
|
||||||
|
|
||||||
{{ if .MergeCommits }}
|
{{- if .MergeCommits }}
|
||||||
### Pull Requests
|
### Pull Requests
|
||||||
{{ range .MergeCommits }}
|
{{ range .MergeCommits }}
|
||||||
- {{ .Header }}
|
- {{ .Header }}
|
||||||
[`{{ .Hash | truncate 7 }}`]({{ $.Info.RepositoryURL }}/commit/{{ .Hash }}) by @{{ .Author.Name }}
|
[`{{ slice .Hash 0 7 }}`]({{ $.Info.RepositoryURL }}/commit/{{ .Hash }}) by @{{ .Author.Name }}
|
||||||
{{ end }}
|
{{ end }}
|
||||||
{{ end }}
|
{{ end }}
|
||||||
|
|
||||||
{{ if .RevertCommits }}
|
{{- if .RevertCommits }}
|
||||||
### Reverts
|
### Reverts
|
||||||
{{ range .RevertCommits }}
|
{{ range .RevertCommits }}
|
||||||
- {{ .Revert.Header }}
|
- {{ .Revert.Header }}
|
||||||
[`{{ .Hash | truncate 7 }}`]({{ $.Info.RepositoryURL }}/commit/{{ .Hash }}) by @{{ .Author.Name }}
|
[`{{ slice .Hash 0 7 }}`]({{ $.Info.RepositoryURL }}/commit/{{ .Hash }}) by @{{ .Author.Name }}
|
||||||
{{ end }}
|
{{ end }}
|
||||||
{{ end }}
|
{{ end }}
|
||||||
|
|
||||||
{{ if .NoteGroups }}
|
{{- if .NoteGroups }}
|
||||||
### Notes
|
### Notes
|
||||||
{{ range .NoteGroups }}
|
{{ range .NoteGroups }}
|
||||||
#### {{ .Title }}
|
#### {{ .Title }}
|
||||||
|
|||||||
Reference in New Issue
Block a user