-
Notifications
You must be signed in to change notification settings - Fork 267
New Feature : Exclude intermediate Minors #730
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
Comments
at most two versions per Major.Minor: latest release + following latest pre-release version |
this could be de/activated with a flag @ajarmoniuk is there any rule for the flags names? |
Not that I know of :) |
@sultan are you still going to work on this? |
Still on my todo list. I am having difficulties knowing where to put my filter. I can't get it to be streamable. And not sure where to put it after the api used streams. Any advice appreciated. |
This issue is stale because it has been open 365 days with no activity. Remove stale label or comment or this will be closed in 30 days. |
Uh oh!
There was an error while loading. Please reload this page.
The suggested filter would filter out to exclude verbose intermediate versions, to keep only, in this example :
the filter/algo would act beginning at the very last, taking minor prefix "10.1." and filter out every other version string starting with "10.1." then finding another Minor, extracting "10.0." and filter out again, etc, until end of list.
The text was updated successfully, but these errors were encountered: