releaser: Adjustments

This commit is contained in:
Bjørn Erik Pedersen
2017-07-06 01:32:55 +02:00
parent 70d8ddcb60
commit 477684022f
3 changed files with 3 additions and 10 deletions

View File

@@ -75,7 +75,6 @@ Hugo now has:
{{ $tmplChanges := index . "templateChanges" -}}
{{- $outChanges := index . "outChanges" -}}
{{- $coreChanges := index . "coreChanges" -}}
{{- $docsChanges := index . "docsChanges" -}}
{{- $otherChanges := index . "otherChanges" -}}
{{- with $tmplChanges -}}
### Templates
@@ -89,10 +88,6 @@ Hugo now has:
### Core
{{ template "change-section" . }}
{{- end -}}
{{- with $docsChanges -}}
### Docs
{{ template "change-section" . }}
{{- end -}}
{{- with $otherChanges -}}
### Other
{{ template "change-section" . }}