Closed squarefrog closed 1 year ago
Actually, after digging into the source code, I dont think this would be too challenging to do, as Version
already has a prereleaseIdentifiers
array. I'll take a stab at making a PR for this.
Thanks again for the change!
It'll be available with 0.7.0 in https://github.com/Homebrew/homebrew-core/pull/140503 :)
Thanks for the speedy review and release!
Firstly, thanks for the package, it's so useful for our CI where we post messages for outdated dependencies!
One feature I think would be really useful would be the option to ignore pre-release versions. For example, one of the packages we use returns the following tags:
The last version we'd be interested in would be
5.4.2
.To not introduce a breaking change, this could behind an opt-in argument:
The only blocker I can immediately think of, is that I'm not sure the
-beta.1
suffix is standardised. We have a fair number of packages within our app, which would give us a good starting point for trying to figure out what a decent filter would be.