Skip to content

Commit

Permalink
Merge pull request #435 from hakonanes/make-pandoc-not-wrap-lines
Browse files Browse the repository at this point in the history
Make Pandoc not wrap changelog lines in release draft
  • Loading branch information
hakonanes authored Sep 1, 2021
2 parents 5972b44 + 12e5b1d commit 2e5f2c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/perhaps_make_tagged_release_draft.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
echo "BRANCH_VERSION=${x[2]}" >> $GITHUB_ENV
- name: Make tagged release draft body from changelog
if: ${{ env.MAKE_RELEASE == 'true' }}
run: pandoc .github/workflows/release_part_in_changelog.rst -f rst -t markdown -o release_part_in_changelog.md
run: pandoc .github/workflows/release_part_in_changelog.rst -f rst -t markdown -o release_part_in_changelog.md --wrap=none
- name: Make tagged release draft
if: ${{ env.MAKE_RELEASE == 'true' }}
uses: actions/create-release@v1
Expand Down

0 comments on commit 2e5f2c2

Please sign in to comment.