From 12e5b1df6be00b799d56fa66acf46e919dfe8e6c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=C3=A5kon=20Wiik=20=C3=85nes?= Date: Wed, 1 Sep 2021 17:25:21 +0200 Subject: [PATCH] Make Pandoc not wrap changelog lines in release draft MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Håkon Wiik Ånes --- .github/workflows/perhaps_make_tagged_release_draft.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/perhaps_make_tagged_release_draft.yml b/.github/workflows/perhaps_make_tagged_release_draft.yml index 2ca1fa9f..33d2fa12 100644 --- a/.github/workflows/perhaps_make_tagged_release_draft.yml +++ b/.github/workflows/perhaps_make_tagged_release_draft.yml @@ -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