diff options
| author | Ned Batchelder <ned@nedbatchelder.com> | 2021-04-10 10:16:13 -0400 |
|---|---|---|
| committer | Ned Batchelder <ned@nedbatchelder.com> | 2021-04-10 10:16:13 -0400 |
| commit | 7f6216bcadbb360fdb339a5638f3c34da325f937 (patch) | |
| tree | c8134b11aefab78c2676ba0ed26fb429b791cbea /Makefile | |
| parent | 66173dc24db5e6800483e0faddf583e80d9eb9b3 (diff) | |
| download | python-coveragepy-git-7f6216bcadbb360fdb339a5638f3c34da325f937.tar.gz | |
build: remove obsolete Tidelift release notes support
Tidelift removed their release notes API on 2021-03-09:
https://forum.tidelift.com/t/release-notes-task/467
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -165,8 +165,5 @@ relnotes_json: $(RELNOTES_JSON) ## Convert changelog to JSON for further parsin $(RELNOTES_JSON): $(CHANGES_MD) $(DOCBIN)/python ci/parse_relnotes.py tmp/rst_rst/changes.md $(RELNOTES_JSON) -tidelift_relnotes: $(RELNOTES_JSON) ## Upload parsed release notes to Tidelift. - $(DOCBIN)/python ci/tidelift_relnotes.py $(RELNOTES_JSON) pypi/coverage - github_releases: $(RELNOTES_JSON) ## Update GitHub releases. $(DOCBIN)/python ci/github_releases.py $(RELNOTES_JSON) nedbat/coveragepy |
