Skip to content

Commit

Permalink
scripts: Use GitHub flavored markdown
Browse files Browse the repository at this point in the history
Fixes #9910
  • Loading branch information
nijel committed Sep 11, 2023
1 parent 44f32c7 commit 3e73d4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/create-release
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ if [ "$DO_TAG" -eq 1 ] ; then

# Convert release notes to markdown
./scripts/extract-release-notes "$version" > "dist/Weblate-$version.rst"
pandoc "dist/Weblate-$version.rst" -o "dist/Weblate-$version.md"
pandoc "dist/Weblate-$version.rst" --write=gfm --wrap=none -o "dist/Weblate-$version.md"

# Upload to GitHub
sleep 10
Expand Down

0 comments on commit 3e73d4a

Please sign in to comment.