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.
https://melos.invertase.dev/~melos-latest
Apache License 2.0
1.11k stars 198 forks source link

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

Closed ebsangam closed 1 month ago

ebsangam commented 1 month ago

Is there an existing feature request for this?

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

spydon commented 1 month ago

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.

Salakar commented 1 month ago

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

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

image
spydon commented 1 month ago

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.