Skip to content

Qube should allow alpha and beta version tags during linting and force-bumping #293

Description

@Steffengreiner

Is your feature request related to a problem? Please describe.

Qube currently only allows for the versioning according to the following regex:
re.match(r'(?<!\.)\d+(?:\.\d+){2}((?!.)|-SNAPSHOT)(?!.)', new_version):
The versioning check should be more relaxed and include all possibilities of semantic versioning.

Describe the solution you'd like

Include at least the alpha and beta tags in the regex for force bumping and linting to enable the use of these tags in the versioning process.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions