libium icon indicating copy to clipboard operation
libium copied to clipboard

Expand libium's heuristic for github to use release name if only one jar is associated with the release

Open garethgeorge opened this issue 3 years ago • 1 comments

Untested implementation that expands libium's heuristic for github releases to capture the common pattern of mod version in the release name with a single associated jar. For an example see Cow's odd widgets.

The heuristic implemented is:

  • If there are multiple .jar assets, check for a version in the asset name.
  • If there is a single .jar asset, check version in the asset name and fallback to the release name.

This code compiles, but I'm looking for guidance on testing pattern for libium as I'm not seeing tests in the repository and ran into some issues when trying to build ferium with a local copy.

garethgeorge avatar Jul 05 '22 21:07 garethgeorge

CLA assistant check
All committers have signed the CLA.

CLAassistant avatar Jul 05 '22 21:07 CLAassistant