When we have composer package with version something like 0.0.x-dev then on composer update the output shown by ./vendor/bin/composer-lock-diff --md command is
| Production Changes | From | To | Compare |
| eclipsegc/common-console | 4949683 | 0.0.4 | [...](https://github.com/EclipseGc/CommonConsole/compare/4949683...0.0.4) |
Where the from column contain the commit ID instead of version, which is right but the link which is pointed in Compare column does not work as expected.
When we have composer package with version something like
0.0.x-devthen on composer update the output shown by./vendor/bin/composer-lock-diff --mdcommand isWhere the from column contain the commit ID instead of version, which is right but the link which is pointed in Compare column does not work as expected.