Skip to content
This repository was archived by the owner on Sep 17, 2024. It is now read-only.
This repository was archived by the owner on Sep 17, 2024. It is now read-only.

Fix compare version numbering  #1

@sjeon87

Description

@sjeon87

Below line does not:

  • convert alphabet version numbering to numeric value
  • convert string version numbering to numeric value

const [major1, minor1, editorial1] = a.split(".");
const [major2, minor2, editorial2] = b.split(".");

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions