diff options
author | Jeff Forcier <jeff@bitprophet.org> | 2022-04-25 14:21:32 -0400 |
---|---|---|
committer | Jeff Forcier <jeff@bitprophet.org> | 2022-04-25 14:21:32 -0400 |
commit | 29c4d3210b745e7d56c328ffebc2513ebfb482fb (patch) | |
tree | d567182b189c292b8a96de6f5c41a2a2e93466da /tasks.py | |
parent | 617b5cbe19145e076d2ee02d588a371a80559931 (diff) | |
parent | 19490cfa97b26fc93be2ca860ccbd4ac62e463aa (diff) |
Merge branch '2.10'
Diffstat (limited to 'tasks.py')
-rw-r--r-- | tasks.py | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -125,7 +125,6 @@ def all_(c, dry_run=False): release_coll["prepare"](c, dry_run=dry_run) publish_(c, dry_run=dry_run) release_coll["push"](c, dry_run=dry_run) - release_coll["tidelift"](c, dry_run=dry_run) # TODO: "replace one task with another" needs a better public API, this is |