You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.