-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Labels
enhancementNew feature or requestNew feature or request
Description
When a breaking changes is detected the following message is reported:
on-Breaking changes
└── Package dependency "pubspec_manager" version changed from "^2.0.0" to "^3.0.0" (CD03) (minor)
To learn more about the detected changes visit: https://github.com/bmw-tech/dart_apitool/blob/main/readme/change_codes.md
Version Check
New Version is too low!
It would be useful if the tool reported the minimal acceptable version.
I can see the '(minor)' message, but this does mean I have to scan all of the breaking lines to see which one is the worst.
Its perhaps worth printing out the new version number to remind the user what version they are on and then show them which version to move ot.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request