scikit-build / github-release

Manage github releases from the command line
Apache License 2.0
56 stars 22 forks source link

Delete enhancement #51

Closed Flamefire closed 4 years ago

Flamefire commented 6 years ago

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

Flamefire commented 6 years ago

@jcfr The failures are due to the missing token. Anything I could do to make it pass? Otherwise can this be merged?

jcfr commented 4 years ago

For future reference, the integration of this PR has been voided by force pushing master to integrate the following branches:

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: