superflyxxi/phone-compare

Support ranking by versioning

Closed this issue ยท 1 comments

Is your feature request related to a problem? Please describe.

Though lineageos is supported, it can't be used by ranking.

Describe the solution you'd like

Use major.minor.patch versioning diff to come up with a score. So if the min==max major, then do scoring based on minor. If they're equal, do patches. For example, 18.1 vs 16.1, then phones with 18 will be given Xpts while those with 17 will be given X/2pts. And those with 16 will be given 0. Regardless of the minor versions. So 18.1 vs 18.2 are equal.

Describe alternatives you've considered

None.

Additional context

None.

๐ŸŽ‰ This issue has been resolved in version 0.6.0 ๐ŸŽ‰

The release is available on GitHub release

Your semantic-release bot ๐Ÿ“ฆ๐Ÿš€