Skip to content

Plugin.yml version field not valid semver #633

@brandonryan

Description

@brandonryan

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions