chore: docs: update releasepost configuration file releasepost.yaml

Made with ❤️️ by updatecli
This commit is contained in:
updatecli-bot 2024-07-17 12:57:48 +00:00
parent 936d7831b6
commit 4e214f5bb4
1 changed files with 26 additions and 0 deletions

View File

@ -1,4 +1,30 @@
changelogs:
- kind: github
dir: versioned_docs/version-0.10/changelogs
formats:
- extension: markdown
frontmatters: |
---
title: "{{ .Changelog.Name }}"
date: "{{ .Changelog.PublishedAt }}"
---
indexfilename: index
indexfrontmatters: |
---
title: "0.10 Changelogs"
---
indexfiletemplate: |
{{ .FrontMatters }}
{{ range $pos, $release := .Changelogs }}
* [{{ $release.Name}}](changelogs/{{ $release.Tag }}.md) {{ if (eq $pos 0) }}(latest){{ end}}
{{ end }}
spec:
owner: rancher
repository: fleet
versionfilter:
kind: semver
pattern: "~0.10"
- kind: github
dir: versioned_docs/version-0.9/changelogs
formats: