Skip to content

Commit

Permalink
Fix changlog extraction for GitHub release
Browse files Browse the repository at this point in the history
The `--standalone` argument for pandoc caused it to treat the title (if
only one was in the document) as title metadata that was transformed to
a YAML frontmatter block.
  • Loading branch information
jgosmann committed Nov 23, 2024
1 parent 9e32bad commit 2363c6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ jobs:

- uses: docker://pandoc/core:3
with:
args: --standalone --wrap none -f rst -t gfm --output=release-body.md release-body.rst
args: --wrap none -f rst -t gfm --output=release-body.md release-body.rst

- name: Create GitHub release
uses: softprops/action-gh-release@v1
Expand Down

0 comments on commit 2363c6b

Please sign in to comment.