Skip to content

Get the latest version #2

@cdekok

Description

@cdekok

Currently it did not get the latest version with me because the tag existed in another branch it could be fixed by changing:

git describe --abbrev=0 --match "[0-9]*" master
to
git describe --tags $(git rev-list --tags --max-count=1)

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