invertase / melos

🌋 A tool for managing Dart projects with multiple packages. With IntelliJ and Vscode IDE support. Supports automated versioning, changelogs & publishing via Conventional Commits.

Home Page:https://melos.invertase.dev/~melos-latest

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

request: Can we have a option to show latest tag of each packages.

ebsangam opened this issue · comments

Is there an existing feature request for this?

  • I have searched the existing issues.

Command

No response

Description

If melos provide a way to output latest tag (versions) of packages in readme it would be great.

Reasoning

So when maintaining private repo it would be easy to developer to see the latest available packages versions.

Additional context and comments

No response

It sounds strange that it should print it in the readme, but sounds useful to have a verbose output for melos list where it prints the versions.

to output latest tag (versions) of packages in readme it would be great.

We do have this already via '-l' on melos list,
image

We do have this already via '-l' on melos list,

That's great! Didn't know about that flag.
I think we can close this one then, because the part about adding the version to the readme is not something we want I think.