Merge pull request #5043 from MichaelEischer/fix-github-release-note-formatting

Fix indentation of blockquotes in github release notes
This commit is contained in:
Michael Eischer 2024-09-07 17:11:22 +02:00 committed by GitHub
commit c1532179d4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -15,7 +15,7 @@ Details
{{ range $entry := .Entries }}{{ with $entry }}
* {{ .Type }} #{{ .PrimaryID }}: {{ .Title }}
{{ range $par := .Paragraphs }}
{{ $par }}
{{ indent 3 $par }}
{{ end }}
{{ range $id := .Issues -}}
{{ ` ` }}[#{{ $id }}](https://github.com/restic/restic/issues/{{ $id -}})