Skip to content

Question: Non Semver version support? #526

Open
@CoreyTrombley

Description

@CoreyTrombley

Before everyone flames me for even asking this. Please just take a moment and breath. I wanted to know everyones thoughts on this. Maybe you can help me convince my work to use semver versions.

I have been tasked with automating our changeloggeneration and versioning. The problem is that we don't use semver for our frontend projects as "There will never be a Breaking Change". I have everything working and all is well except non standard version are not accepted. semver.valid() use here will always return null for our versions (example R20200116.1).

The main reason my company does not want to use semver for our FE project is just what I said before no braking changes. So my ask is... short of forking this package and adding the ability to use any version number, do you have any other suggestions?

Thanks for your time.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions