Closed Flamefire closed 4 years ago
@jcfr The failures are due to the missing token. Anything I could do to make it pass? Otherwise can this be merged?
For future reference, the integration of this PR has been voided by force pushing master
to integrate the following branches:
support-delete-based-on-age
with one commit:
Finally, the CHANGES document has also been updated to reference the feature addition and performance improvement.
@Flamefire Thanks again for your patience and for your contributions :pray:
Fixes #50
You can now delete releases based on type (all, draft, prerelease or release) and on age (
-older-than HOURS
)Also updates the docu (was missing verbose and dry-run) and fixes a performance bug: Releases were loaded in delete and again before deleting a single release causing a unnecessary slow down