summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 580f1f23..996b7d4f 100644
--- a/Makefile
+++ b/Makefile
@@ -143,4 +143,5 @@ publishbeta:
upload_relnotes: docreqs
$(SPHINXBUILD) -b rst doc /tmp/rst_rst
- python ci/upload_relnotes.py /tmp/rst_rst/changes.rst pypi/coverage
+ pandoc -frst -tmarkdown_strict --atx-headers /tmp/rst_rst/changes.rst > /tmp/rst_rst/changes.md
+ python ci/upload_relnotes.py /tmp/rst_rst/changes.md pypi/coverage