Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add options to include certain number of latest release and skip prereleases #236

Merged
merged 4 commits into from
Jan 29, 2024

Conversation

BrOleg5
Copy link
Contributor

@BrOleg5 BrOleg5 commented Jan 5, 2024

Add two options:

  • --latest-releases NUMBER_OF_LATEST_RELEASES – include certain number of the latest releases by creation date
  • --skip-prerelease – skip prerelease and draft versions

They can help reduce backup time and disk space for repositories with a large number of releases and assets.

Replace release sorting by tag with release sorting by creation date.
Rename destination of latest-releases argument.
@josegonzalez josegonzalez merged commit 585af4c into josegonzalez:master Jan 29, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants