diff options
| author | Ned Batchelder <ned@nedbatchelder.com> | 2019-08-12 06:28:15 -0400 |
|---|---|---|
| committer | Ned Batchelder <ned@nedbatchelder.com> | 2019-08-12 06:28:15 -0400 |
| commit | c8643d84d6f2a89287ddce0e37cfca1eaf337d80 (patch) | |
| tree | 0a5c505f00f59a31fe157388dbb8235b6aa9e31e /Makefile | |
| parent | 48660ffdcad828ba21da711a07af9ab19e106276 (diff) | |
| download | python-coveragepy-git-c8643d84d6f2a89287ddce0e37cfca1eaf337d80.tar.gz | |
Cleaner release note conversion and upload
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 |
