Closed itambek-godaddy closed 5 months ago
Sometimes only a single GH release task fails, in which case it's useful if we could re-run the GH release task for that particular repo only.
This change breaks the deploy_create_releases task into 2 subtasks:
deploy_create_releases
deploy_create_release
deploy_create_wc_release
Closing in favor of #54
Summary
Sometimes only a single GH release task fails, in which case it's useful if we could re-run the GH release task for that particular repo only.
This change breaks the
deploy_create_releases
task into 2 subtasks:deploy_create_release
(for the dev repo)deploy_create_wc_release
(for the WC mirror repo)