Skip to content

Commit

Permalink
chore: add custom frontmatter example
Browse files Browse the repository at this point in the history
Signed-off-by: Olivier Vernin <[email protected]>
  • Loading branch information
olblak committed Jan 1, 2024
1 parent 5127c40 commit 746cbf7
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions config.example.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,24 @@ changelogs:
dir: dist
formats:
- extension: asciidoc
frontmatters: |
---
title: "{{ .Changelog.Name }}"
--
- extension: json
frontmatters: |
---
title: "{{ .Changelog.Name }}"
--
- extension: markdown
frontmatters: |
---
title: "{{ .Changelog.Name }}"
--
indexfrontmatters: |
---
title: "Custom Changelog"
--
spec:
# No release
# owner: updatecli-test
Expand Down

0 comments on commit 746cbf7

Please sign in to comment.