summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2019-08-12 06:28:15 -0400
committerNed Batchelder <ned@nedbatchelder.com>2019-08-12 06:28:15 -0400
commitc8643d84d6f2a89287ddce0e37cfca1eaf337d80 (patch)
tree0a5c505f00f59a31fe157388dbb8235b6aa9e31e /Makefile
parent48660ffdcad828ba21da711a07af9ab19e106276 (diff)
downloadpython-coveragepy-git-c8643d84d6f2a89287ddce0e37cfca1eaf337d80.tar.gz
Cleaner release note conversion and upload
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