jbolda / covector

Transparent and flexible change management for publishing packages and assets.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

confirm package file can be written back out

jbolda opened this issue · comments

We currently do not check that a change we make to a package file is able to be serialized back and written out until the version command is run. This creates the situation where a user would not see a CI failure until a PR is merged. We should check this when the status command is run.