Floodgate icon indicating copy to clipboard operation
Floodgate copied to clipboard

Plugin.yml version field not valid semver

Open brandonryan opened this issue 1 month ago • 0 comments

Describe the bug

I was writing a tool to help manage my minecraft plugins for my server. Part of this tool reads the metadata of the current plugins to check which ones are out of date.

The latest version 2.2.5-SNAPSHOT (b121-55a85ec) does not follow the semver spec. Breaks my semver parsing tool.

If you want to add build metadata you could do so like 2.2.5-SNAPSHOT+b121-55a85ec

Please see the semver spec for more details.

P.S. I have a workaround for now by using a custom parser, but I would rather not have to write custom code to handle invalid semver.

Thanks for the consideration. This plugin is amazing.

brandonryan avatar Nov 20 '25 02:11 brandonryan