File tree Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -61,13 +61,11 @@ jobs:
61
61
TEMPLATE : |
62
62
---
63
63
lang: en
64
- title-meta : Changelog
64
+ title: Changelog
65
65
...
66
66
67
- # Change Log
68
-
69
67
{{range .}}
70
- ### [{{.name}}](https://${{ github.server_url }}/${{ github.repository }}/releases/tag/{{.tag_name}})
68
+ ## [{{.name}}](https://${{ github.server_url }}/${{ github.repository }}/releases/tag/{{.tag_name}})
71
69
72
70
{{.body}}
73
71
81
79
rm -f header.html
82
80
83
81
%.html: %.md
84
- pandoc --metadata-file=authors.yaml --template=GitHub.html5 --include-in-header=header.html --from markdown+yaml_metadata_block+backtick_code_blocks+fenced_code_attributes+inline_notes+emoji --to html --standalone $< --output $@
82
+ pandoc --title-prefix="${{ github.repository_owner }}" -- metadata-file=authors.yaml --template=GitHub.html5 --include-in-header=header.html --from markdown+yaml_metadata_block+backtick_code_blocks+fenced_code_attributes+inline_notes+emoji --to html --standalone $< --output $@
85
83
86
84
EOF
87
85
You can’t perform that action at this time.
0 commit comments