Skip to content

describeTag is @lerna-lite/version is not working as expected #820

Closed Answered by izikl
izikl asked this question in Q&A
Discussion options

You must be logged in to vote

I figure it out. Moved describeTag in lerna.json from root->command->version to root

From

{
    "command": {
        "version": {
            "describeTag": "packages-v*"
        }
    },
}

to

{
    "describeTag": "packages-v*",
}

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@izikl
Comment options

Answer selected by izikl
@ghiscoding
Comment options

@ghiscoding
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants