Skip to content

Give a warning if a release is going to create a version smaller than the remote version tag #52

@maulik13

Description

@maulik13

When creating a release from a local machine the version is calculated from the local commits, however if the local repository has not fetched the tags from remote it would calculate a version that is the same or smaller than the actual/remote version.

A validation step would help ensure that the wrong release is not pushed out due to a user error (of not pulling the changes and tags from remote).

This can also be an issue in the CI environment, if an old job is rerun that creates a release.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions