Workiva / scip-dart

Other
10 stars 2 forks source link

Correctly populate version in `ToolInfo` #43

Closed matthewnitschke-wk closed 1 year ago

matthewnitschke-wk commented 1 year ago

The version within ToolInfo is currently hardcoded to 0.0.1, this should instead be the version currently within the pubspec.yaml file

All of the current pubspec.yaml retreival is for the package that is currently being indexed, this instead needs to be for the package of scip-dart instead. Might be worth checking on how args or other cli tools retrieve versions to determine how this can be done

matthewnitschke-wk commented 1 year ago

The best solution might just be to have a version.dart file which is updated within CI in the release process