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.07k stars 193 forks source link

request: Including date in header of changelog entry #718

Closed mzdm closed 1 month ago

mzdm commented 1 month ago

Is there an existing feature request for this?

Command

No response

Description

It would be great to have some argument to the version command so that versions are generated with the current date time.

Before

## 1.4.0

 - **FEAT**: some update.

After:

 ## 1.4.0 - 2024-05-29

 - **FEAT**: some update.

Reasoning

Better overview of package updates over time

Additional context and comments

No response

mzdm commented 1 month ago

Sorry just found issue exists https://github.com/invertase/melos/issues/393