diff --git a/config.example.yaml b/config.example.yaml index 617cea0..151709a 100644 --- a/config.example.yaml +++ b/config.example.yaml @@ -13,15 +13,6 @@ changelogs: title: "Index Changelog" --- - extension: json - frontmatters: | - --- - title: "{{ .Changelog.Name }}" - date: {{ .Changelog.PublishedAt }} - --- - indexfrontmatters: | - --- - title: "Index Changelog" - --- - extension: markdown frontmatters: | --- diff --git a/examples/hugo/.releaserepost.yaml b/examples/hugo/.releaserepost.yaml index f367af6..2cfa285 100644 --- a/examples/hugo/.releaserepost.yaml +++ b/examples/hugo/.releaserepost.yaml @@ -14,16 +14,7 @@ changelogs: title: "Index Changelog" --- - extension: json - frontmatters: | - --- - title: "{{ .Changelog.Name }}" - date: {{ .Changelog.PublishedAt }} - --- indexfilename: _index - indexfrontmatters: | - --- - title: "Index Changelog" - --- spec: owner: updatecli repository: udash