Open mrcjkb opened 8 months ago
Some parsers have semver tags like x.y.z-with-generated-sources. We should either not allow such suffixes (they currently cause a build failure), or we should remove the suffix.
x.y.z-with-generated-sources
We could also identify and allow only certain suffixes that we then remove.
Some parsers have semver tags like
x.y.z-with-generated-sources
. We should either not allow such suffixes (they currently cause a build failure), or we should remove the suffix.