Add version info#243
Conversation
A bit of automation is sketched with the release.yaml workflow, but at the moment updating VERSION is still a manual process. ERM47998
bf9fcbf to
fe69864
Compare
DvogelHallowelt
left a comment
There was a problem hiding this comment.
In general a good solution but do we really need to add the information for each step to the database?
Keep in mind analyze and extract do run multiple times fi more then one spaces are migrated. converter always runs multiple times.
In my opinion it would be enough to add this in the compose step to the database and the log files.
|
Yes, agreed, it is not useful to fill the logging table with many message instances for a single run. OTOH for reporting, long-running migration projects, and general accountability it would be good, if every invocation of |
This changeset adds version information to two places:
versionprints the current version of the toolinfoThe clean-up of phpunit files is unrelated, but seemed not to merit its own pull request.