My mod manifest indicates that it supports minecraft": ">=1.19.3-", meaning 1.19.3 and any later releases/snapshots/pre-releases/rc-s.
Knossos, however, thinks that it is 1.19-1.19.3.
Affects Fabric, may affect Quilt, probably doesn't affect Forge mods.
Steps to reproduce
Set mod's supported MC version to minecraft": ">=1.19.3-" in the manifest
Try uploading it to Modrinth
Notice what supported versions it suggests.
Expected behavior
Expected the mod to have 1.19.3 and any later releases/snapshots marked (when they exist).
Describe the bug
My mod manifest indicates that it supports
minecraft": ">=1.19.3-"
, meaning 1.19.3 and any later releases/snapshots/pre-releases/rc-s. Knossos, however, thinks that it is 1.19-1.19.3.Affects Fabric, may affect Quilt, probably doesn't affect Forge mods.
Steps to reproduce
minecraft": ">=1.19.3-"
in the manifestExpected behavior
Expected the mod to have 1.19.3 and any later releases/snapshots marked (when they exist).
Additional context
Confirmed by Emma: https://discord.com/channels/734077874708938864/783153806531100673/1063562112502341703
See also: https://semver.org/#spec-item-9